Uses of Class
tgaimageplugin.TGAHeader.ColorMapType
-
-
Uses of TGAHeader.ColorMapType in tgaimageplugin
Methods in tgaimageplugin that return TGAHeader.ColorMapType Modifier and Type Method Description TGAHeader.ColorMapType
TGAHeader. getColorMapType()
static TGAHeader.ColorMapType
TGAHeader.ColorMapType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TGAHeader.ColorMapType[]
TGAHeader.ColorMapType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-