|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ArrayToColorMapImage.RangeColor | |
---|---|
de.unihalle.informatik.MiToBo.color.visualization |
Uses of ArrayToColorMapImage.RangeColor in de.unihalle.informatik.MiToBo.color.visualization |
---|
Fields in de.unihalle.informatik.MiToBo.color.visualization declared as ArrayToColorMapImage.RangeColor | |
---|---|
protected ArrayToColorMapImage.RangeColor |
ArrayToColorMapImage.colorNegative
Color for negative values. |
protected ArrayToColorMapImage.RangeColor |
ArrayToColorMapImage.colorPositive
Color for positive values. |
Methods in de.unihalle.informatik.MiToBo.color.visualization that return ArrayToColorMapImage.RangeColor | |
---|---|
static ArrayToColorMapImage.RangeColor |
ArrayToColorMapImage.RangeColor.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ArrayToColorMapImage.RangeColor[] |
ArrayToColorMapImage.RangeColor.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.unihalle.informatik.MiToBo.color.visualization with parameters of type ArrayToColorMapImage.RangeColor | |
---|---|
protected static double |
ArrayToColorMapImage.convertRangeColorToHue(ArrayToColorMapImage.RangeColor c)
Converts given color to hue value. |
void |
ArrayToColorMapImage.setNegativeColor(ArrayToColorMapImage.RangeColor c)
Color for negative values. |
void |
ArrayToColorMapImage.setPositiveColor(ArrayToColorMapImage.RangeColor c)
Color for positive values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |