Package org.sm.smtools.swing.util
Enum Class JGradientColorMap.EColorMap
- All Implemented Interfaces:
Serializable
,Comparable<JGradientColorMap.EColorMap>
,Constable
- Enclosing class:
- JGradientColorMap
The various supported colour maps.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBlack and white colour map.Blue colour map.Blues colour map.Blue-white colour map.Bone colour map.Copper colour map.Custom colour map.Cyan colour map.Dark pastel colour map.Deep space colour map.Discontinuous blue-white-green colour map.Discontinuous dark-red-yellow colour map.Gray scale colour map.Trimmed gray scale colour map.Green colour map.Green-red diverging colour map.Greens colour map.Hot colour map.Hue-saturation-brightness (HSV) colour map.Jet colour map.Light pastel colour map.Magenta colour map.Random colours colour map.Red colour map.Separated red-green-blue (RGB) colour map.Ultra-light pastel colour map.Violet-purples colour map.Yellow colour map.Yellow-browns colour map. -
Method Summary
Modifier and TypeMethodDescriptionstatic JGradientColorMap.EColorMap
Returns the enum constant of this class with the specified name.static JGradientColorMap.EColorMap[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
kBone
Bone colour map. -
kCopper
Copper colour map. -
kDiscontinuousBlueWhiteGreen
Discontinuous blue-white-green colour map. -
kDiscontinuousDarkRedYellow
Discontinuous dark-red-yellow colour map. -
kBlackAndWhite
Black and white colour map. -
kGrayScale
Gray scale colour map. -
kGrayScaleTrimmed
Trimmed gray scale colour map. -
kGreenRedDiverging
Green-red diverging colour map. -
kHot
Hot colour map. -
kJet
Jet colour map. -
kHueSaturationBrightness
Hue-saturation-brightness (HSV) colour map. -
kSeparatedRGB
Separated red-green-blue (RGB) colour map. -
kRed
Red colour map. -
kGreen
Green colour map. -
kBlue
Blue colour map. -
kYellow
Yellow colour map. -
kCyan
Cyan colour map. -
kMagenta
Magenta colour map. -
kUltraLightPastel
Ultra-light pastel colour map. -
kLightPastel
Light pastel colour map. -
kDarkPastel
Dark pastel colour map. -
kGreens
Greens colour map. -
kBlues
Blues colour map. -
kYellowBrowns
Yellow-browns colour map. -
kVioletPurples
Violet-purples colour map. -
kDeepSpace
Deep space colour map. -
kBlueWhite
Blue-white colour map. -
kCustom
Custom colour map. -
kRandom
Random colours colour map.
-
-
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
-