Package be.gaudry.model.drawing
Enum Class BrolImagesChart
- All Implemented Interfaces:
IBrolImage
,Serializable
,Comparable<BrolImagesChart>
,Constable
- Since:
- 1.0 Feb 27, 2009, 0.0.3-SNAPSHOT
- Version:
- %I%, %G%
- 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 ConstantDescription -
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 BrolImagesChart
Returns the enum constant of this class with the specified name.static BrolImagesChart[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HISTOGRAM16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
AREAS16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
BARS16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
CURVES16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
PIE16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
POINTSCLOUD16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
BOURSIER16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
SURFACES16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
RING16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
BUBBLES16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
RADAR16
- Since:
- 0.0.3-SNAPSHOT (Feb 27, 2009)
-
STATS32
- 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
-