Enum Class BrolImagesEid

java.lang.Object
java.lang.Enum<BrolImagesEid>
be.gaudry.model.drawing.BrolImagesEid
All Implemented Interfaces:
IBrolImage, Serializable, Comparable<BrolImagesEid>, Constable

public enum BrolImagesEid extends Enum<BrolImagesEid> implements IBrolImage
Since:
1.0 Jun 12, 2009
Author:
Steph GAUDRY
  • Enum Constant Details

    • DEFAULT_PICTURE

      public static final BrolImagesEid DEFAULT_PICTURE
    • NO_PHOTO

      public static final BrolImagesEid NO_PHOTO
    • DEFAULT_PICTURE_FR

      public static final BrolImagesEid DEFAULT_PICTURE_FR
    • DEFAULT_PICTURE_NL

      public static final BrolImagesEid DEFAULT_PICTURE_NL
    • DEFAULT_PICTURE_DE

      public static final BrolImagesEid DEFAULT_PICTURE_DE
    • DEFAULT_PICTURE_EN

      public static final BrolImagesEid DEFAULT_PICTURE_EN
    • DARK_DEFAULT_PICTURE_FR

      public static final BrolImagesEid DARK_DEFAULT_PICTURE_FR
    • DARK_DEFAULT_PICTURE_NL

      public static final BrolImagesEid DARK_DEFAULT_PICTURE_NL
    • DARK_DEFAULT_PICTURE_DE

      public static final BrolImagesEid DARK_DEFAULT_PICTURE_DE
    • DARK_DEFAULT_PICTURE_EN

      public static final BrolImagesEid DARK_DEFAULT_PICTURE_EN
    • ARROW_BE_SMALL

      public static final BrolImagesEid ARROW_BE_SMALL
      Arrow for Belgian citizen cards
    • ARROW_BE

      public static final BrolImagesEid ARROW_BE
      Arrow for Belgian citizen cards
    • ARROW_KID_SMALL

      public static final BrolImagesEid ARROW_KID_SMALL
      Arrow for Belgian citizen cards
    • ARROW_KID

      public static final BrolImagesEid ARROW_KID
      Arrow for Belgian citizen cards
    • MAP

      public static final BrolImagesEid MAP
      colors of the real be id card?
    • MAP_BG

      public static final BrolImagesEid MAP_BG
      Light grey
    • MAP_BG2

      public static final BrolImagesEid MAP_BG2
      Dark grey
    • MAP_BE

      public static final BrolImagesEid MAP_BE
      Colors of Belgian citizen
    • MAP_DEF

      public static final BrolImagesEid MAP_DEF
      Colors of default (foreigners) citizen
    • MAP_GEN

      public static final BrolImagesEid MAP_GEN
      Colors of the Generic document type
    • EID32

      public static final BrolImagesEid EID32
    • EID16

      public static final BrolImagesEid EID16
    • START_LISTENING

      public static final BrolImagesEid START_LISTENING
    • STOP_LISTENING

      public static final BrolImagesEid STOP_LISTENING
    • CHIP_OLD

      public static final BrolImagesEid CHIP_OLD
    • CHIP

      public static final BrolImagesEid CHIP
    • NODE_ROOT

      public static final BrolImagesEid NODE_ROOT
    • NODE_CERTIFICATE

      public static final BrolImagesEid NODE_CERTIFICATE
    • FOREIGNER_BULL

      public static final BrolImagesEid FOREIGNER_BULL
    • FOREIGNER_BE_BLASON

      public static final BrolImagesEid FOREIGNER_BE_BLASON
    • BARCODE_BROLDEV

      public static final BrolImagesEid BARCODE_BROLDEV
    • QCODE_BROLDEV

      public static final BrolImagesEid QCODE_BROLDEV
    • CHIPSET_LOGO_BE

      public static final BrolImagesEid CHIPSET_LOGO_BE
    • CHIPSET_LOGO_FOREIGNER

      public static final BrolImagesEid CHIPSET_LOGO_FOREIGNER
    • LOGO_BE_EUR

      public static final BrolImagesEid LOGO_BE_EUR
    • LOGO_BEL

      public static final BrolImagesEid LOGO_BEL
    • LOGO_BEL_FOREIGNER

      public static final BrolImagesEid LOGO_BEL_FOREIGNER
  • Field Details

    • imageResourcePath

      String imageResourcePath
  • Method Details

    • values

      public static BrolImagesEid[] 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

      public static BrolImagesEid valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getHeight

      public int getHeight()
      Description copied from interface: IBrolImage
      Returns the image's height.
      Specified by:
      getHeight in interface IBrolImage
      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 interface IBrolImage
      Returns:
      an int specifying the fixed width of the image.
    • getImageResourcePath

      public String getImageResourcePath()
      Description copied from interface: IBrolImage
      Returns the path of the resource file
      Specified by:
      getImageResourcePath in interface IBrolImage
      Returns:
      a String specifying the path of the resource file