Enum Class BrolImagesChart

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

public enum BrolImagesChart extends Enum<BrolImagesChart> implements IBrolImage
Since:
1.0 Feb 27, 2009, 0.0.3-SNAPSHOT
Version:
%I%, %G%
Author:
Steph GAUDRY
  • Enum Constant Details

    • HISTOGRAM16

      public static final BrolImagesChart HISTOGRAM16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • AREAS16

      public static final BrolImagesChart AREAS16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • BARS16

      public static final BrolImagesChart BARS16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • CURVES16

      public static final BrolImagesChart CURVES16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • PIE16

      public static final BrolImagesChart PIE16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • POINTSCLOUD16

      public static final BrolImagesChart POINTSCLOUD16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • BOURSIER16

      public static final BrolImagesChart BOURSIER16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • SURFACES16

      public static final BrolImagesChart SURFACES16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • RING16

      public static final BrolImagesChart RING16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • BUBBLES16

      public static final BrolImagesChart BUBBLES16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • RADAR16

      public static final BrolImagesChart RADAR16
      Since:
      0.0.3-SNAPSHOT (Feb 27, 2009)
    • STATS32

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

    • imageResourcePath

      String imageResourcePath
  • Method Details

    • values

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