Package be.gaudry.model.drawing
Interface IBrolImage
- All Known Implementing Classes:
BrolImagesBibliobrol
,BrolImagesChart
,BrolImagesCore
,BrolImagesDAOCore
,BrolImagesEdu
,BrolImagesEid
,BrolImagesFinder
,BrolImagesMeters
,BrolImagesMReport
,BrolImagesNavigator
,BrolImagesPerson
,BrolImagesRenamer
,BrolImagesRibbon
,BrolImagesSynchro
,EFileView
public interface IBrolImage
Container for Image resource informations.
Provided by the broldev.core.model project.
- Since:
- 1.0 Feb 23, 2009, broldev.core.model 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 Feb 23, 2009
- Author:
- Steph GAUDRY
- See Also:
BrolImageUtils
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the image's height.Returns the path of the resource fileint
getWidth()
Returns the image's width.
-
Method Details
-
getWidth
int getWidth()Returns the image's width.- Returns:
- an int specifying the fixed width of the image.
-
getHeight
int getHeight()Returns the image's height.- Returns:
- an int specifying the fixed height of the image.
-
getImageResourcePath
String getImageResourcePath()Returns the path of the resource file- Returns:
- a String specifying the path of the resource file
-