Enum Class BrolImagesEdu

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

public enum BrolImagesEdu extends Enum<BrolImagesEdu> implements IBrolImage
Since:
1.0 13 oct. 2008
Author:
Steph GAUDRY
  • Enum Constant Details

    • BROLEDU_ICON16

      public static final BrolImagesEdu BROLEDU_ICON16
    • BROLEDU_ICON32

      public static final BrolImagesEdu BROLEDU_ICON32
    • BROLEDU_ICON48

      public static final BrolImagesEdu BROLEDU_ICON48
    • BROLEDU_APP

      public static final BrolImagesEdu BROLEDU_APP
    • ABOUT

      public static final BrolImagesEdu ABOUT
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • STUDENT_SMALL

      public static final BrolImagesEdu STUDENT_SMALL
      Since:
      0.0.2-SNAPSHOT
    • TEACHER_SMALL

      public static final BrolImagesEdu TEACHER_SMALL
      Since:
      0.0.2-SNAPSHOT
    • COURSE_SMALL

      public static final BrolImagesEdu COURSE_SMALL
      Since:
      0.0.2-SNAPSHOT
    • YEAR_SMALL

      public static final BrolImagesEdu YEAR_SMALL
      Since:
      0.0.2-SNAPSHOT
    • PERIOD_SMALL

      public static final BrolImagesEdu PERIOD_SMALL
      Since:
      0.0.2-SNAPSHOT
    • MONTH_SMALL

      public static final BrolImagesEdu MONTH_SMALL
      Since:
      0.0.2-SNAPSHOT
    • TABPANE_SMALL

      public static final BrolImagesEdu TABPANE_SMALL
      Since:
      0.0.2-SNAPSHOT
    • NO_PHOTO

      public static final BrolImagesEdu NO_PHOTO
      Since:
      0.0.2-SNAPSHOT
    • CALENDAR

      public static final BrolImagesEdu CALENDAR
      Since:
      0.0.2-SNAPSHOT
    • STUDENT_MALE

      public static final BrolImagesEdu STUDENT_MALE
      Schematic representation of a boy 14*16
    • STUDENT_FEMALE

      public static final BrolImagesEdu STUDENT_FEMALE
      Schematic representation of a girl 14*16
    • EXAMINATION

      public static final BrolImagesEdu EXAMINATION
      Sheet with a pen 16*16
    • EXAMINATION_ADD

      public static final BrolImagesEdu EXAMINATION_ADD
      Sheet with a green cross 16*16
    • EXAMINATION32

      public static final BrolImagesEdu EXAMINATION32
      Sheet with a pen 32*32
    • STUDENT_AVG_32

      public static final BrolImagesEdu STUDENT_AVG_32
      Calendar and calc 32*32
    • LOCKED

      public static final BrolImagesEdu LOCKED
      Since:
      0.0.2-SNAPSHOT
    • ADMIN16

      public static final BrolImagesEdu ADMIN16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • EDU32

      public static final BrolImagesEdu EDU32
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
  • Field Details

    • imageResourcePath

      String imageResourcePath
  • Method Details

    • values

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