Uses of Class
adams.flow.transformer.draw.Pixel.PixelValueType
-
Packages that use Pixel.PixelValueType Package Description adams.flow.transformer.draw -
-
Uses of Pixel.PixelValueType in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as Pixel.PixelValueType Modifier and Type Field Description protected Pixel.PixelValueType
Pixel. m_Type
what type of value to use for the pixel.Methods in adams.flow.transformer.draw that return Pixel.PixelValueType Modifier and Type Method Description Pixel.PixelValueType
Pixel. getType()
Returns the type of value to use.static Pixel.PixelValueType
Pixel.PixelValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Pixel.PixelValueType[]
Pixel.PixelValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer.draw with parameters of type Pixel.PixelValueType Modifier and Type Method Description void
Pixel. setType(Pixel.PixelValueType value)
Sets the type of value to use.
-