Package be.gaudry.model.drawing
Enum Class BrolImagesEdu
- All Implemented Interfaces:
IBrolImage
,Serializable
,Comparable<BrolImagesEdu>
,Constable
- Since:
- 1.0 13 oct. 2008
- Author:
- Steph GAUDRY
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionSheet with a pen 16*16Sheet with a green cross 16*16Sheet with a pen 32*32Calendar and calc 32*32Schematic representation of a girl 14*16Schematic representation of a boy 14*16 -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the image's height.Returns the path of the resource fileint
getWidth()
Returns the image's width.static BrolImagesEdu
Returns the enum constant of this class with the specified name.static BrolImagesEdu[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BROLEDU_ICON16
-
BROLEDU_ICON32
-
BROLEDU_ICON48
-
BROLEDU_APP
-
ABOUT
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
SCHOOL_LOGO
- Since:
- 0.0.2-SNAPSHOT
-
PERSON_LOGO
- Since:
- 0.0.2-SNAPSHOT
-
STUDENT_LOGO
- Since:
- 0.0.2-SNAPSHOT
-
STUDENT_SMALL
- Since:
- 0.0.2-SNAPSHOT
-
TEACHER_LOGO
- Since:
- 0.0.2-SNAPSHOT
-
TEACHER_SMALL
- Since:
- 0.0.2-SNAPSHOT
-
WATCHER_LOGO
- Since:
- 0.0.2-SNAPSHOT
-
CLASS_LOGO
- Since:
- 0.0.2-SNAPSHOT
-
COURSE_LOGO
- Since:
- 0.0.2-SNAPSHOT
-
COURSES_LOGO
- Since:
- 0.0.2-SNAPSHOT
-
COURSE_SMALL
- Since:
- 0.0.2-SNAPSHOT
-
YEAR_LOGO
- Since:
- 0.0.2-SNAPSHOT
-
YEAR_SMALL
- Since:
- 0.0.2-SNAPSHOT
-
PERIOD_LOGO
- Since:
- 0.0.2-SNAPSHOT
-
PERIOD_SMALL
- Since:
- 0.0.2-SNAPSHOT
-
MONTH_SMALL
- Since:
- 0.0.2-SNAPSHOT
-
TABPANE_SMALL
- Since:
- 0.0.2-SNAPSHOT
-
NO_PHOTO
- Since:
- 0.0.2-SNAPSHOT
-
CALENDAR
- Since:
- 0.0.2-SNAPSHOT
-
STUDENT_MALE
Schematic representation of a boy 14*16 -
STUDENT_FEMALE
Schematic representation of a girl 14*16 -
EXAMINATION
Sheet with a pen 16*16 -
EXAMINATION_ADD
Sheet with a green cross 16*16 -
EXAMINATION32
Sheet with a pen 32*32 -
STUDENT_AVG_32
Calendar and calc 32*32 -
LOCKED
- Since:
- 0.0.2-SNAPSHOT
-
ADMIN16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
EDU32
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
-
Field Details
-
imageResourcePath
String imageResourcePath
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getHeight
public int getHeight()Description copied from interface:IBrolImage
Returns the image's height.- Specified by:
getHeight
in interfaceIBrolImage
- Returns:
- an int specifying the fixed height of the image.
-
getWidth
public int getWidth()Description copied from interface:IBrolImage
Returns the image's width.- Specified by:
getWidth
in interfaceIBrolImage
- Returns:
- an int specifying the fixed width of the image.
-
getImageResourcePath
Description copied from interface:IBrolImage
Returns the path of the resource file- Specified by:
getImageResourcePath
in interfaceIBrolImage
- Returns:
- a String specifying the path of the resource file
-