Package be.gaudry.model.drawing
Enum Class BrolImagesEid
- All Implemented Interfaces:
IBrolImage
,Serializable
,Comparable<BrolImagesEid>
,Constable
- Since:
- 1.0 Jun 12, 2009
- 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 ConstantsEnum ConstantDescriptionArrow for Belgian citizen cardsArrow for Belgian citizen cardsArrow for Belgian citizen cardsArrow for Belgian citizen cardscolors of the real be id card?Colors of Belgian citizenLight greyDark greyColors of default (foreigners) citizenColors of the Generic document type -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the image's height.Returns the path of the resource fileint
getWidth()
Returns the image's width.static BrolImagesEid
Returns the enum constant of this class with the specified name.static BrolImagesEid[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT_PICTURE
-
NO_PHOTO
-
DEFAULT_PICTURE_FR
-
DEFAULT_PICTURE_NL
-
DEFAULT_PICTURE_DE
-
DEFAULT_PICTURE_EN
-
DARK_DEFAULT_PICTURE_FR
-
DARK_DEFAULT_PICTURE_NL
-
DARK_DEFAULT_PICTURE_DE
-
DARK_DEFAULT_PICTURE_EN
-
ARROW_BE_SMALL
Arrow for Belgian citizen cards -
ARROW_BE
Arrow for Belgian citizen cards -
ARROW_KID_SMALL
Arrow for Belgian citizen cards -
ARROW_KID
Arrow for Belgian citizen cards -
MAP
colors of the real be id card? -
MAP_BG
Light grey -
MAP_BG2
Dark grey -
MAP_BE
Colors of Belgian citizen -
MAP_DEF
Colors of default (foreigners) citizen -
MAP_GEN
Colors of the Generic document type -
EID32
-
EID16
-
START_LISTENING
-
STOP_LISTENING
-
CHIP_OLD
-
CHIP
-
EID_LOGO
-
NODE_ROOT
-
NODE_CERTIFICATE
-
FOREIGNER_BULL
-
FOREIGNER_BE_BLASON
-
BARCODE_BROLDEV
-
QCODE_BROLDEV
-
CHIPSET_LOGO_BE
-
CHIPSET_LOGO_FOREIGNER
-
LOGO_BE_EUR
-
LOGO_BEL
-
LOGO_BEL_FOREIGNER
-
-
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
-