Uses of Class
inra.ijpb.color.ColorMaps.CommonLabelMaps
Package | Description |
---|---|
inra.ijpb.color |
Utilities for color images.
|
-
Uses of ColorMaps.CommonLabelMaps in inra.ijpb.color
Methods in inra.ijpb.color that return ColorMaps.CommonLabelMaps Modifier and Type Method Description static ColorMaps.CommonLabelMaps
ColorMaps.CommonLabelMaps. fromLabel(java.lang.String label)
Determines the color map from its label.static ColorMaps.CommonLabelMaps
ColorMaps.CommonLabelMaps. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ColorMaps.CommonLabelMaps[]
ColorMaps.CommonLabelMaps. values()
Returns an array containing the constants of this enum type, in the order they are declared.