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.PixelValueTypePixel. m_Typewhat type of value to use for the pixel.Methods in adams.flow.transformer.draw that return Pixel.PixelValueType Modifier and Type Method Description Pixel.PixelValueTypePixel. getType()Returns the type of value to use.static Pixel.PixelValueTypePixel.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 voidPixel. setType(Pixel.PixelValueType value)Sets the type of value to use.
-