Uses of Class
com.twelvemonkeys.imageio.plugins.pnm.TupleType
-
Packages that use TupleType Package Description com.twelvemonkeys.imageio.plugins.pnm -
-
Uses of TupleType in com.twelvemonkeys.imageio.plugins.pnm
Fields in com.twelvemonkeys.imageio.plugins.pnm declared as TupleType Modifier and Type Field Description private TupleType
PFMHeaderParser. tupleType
private TupleType
PNMHeader. tupleType
private TupleType
PNMHeaderParser. tupleType
Methods in com.twelvemonkeys.imageio.plugins.pnm that return TupleType Modifier and Type Method Description (package private) static TupleType
PFMHeaderParser. asTupleType(int fileType)
(package private) static TupleType
PNMHeaderParser. asTupleType(int fileType)
private static TupleType
TupleType. filterPNM(TupleType tupleType)
(package private) static TupleType
TupleType. forPAM(java.awt.image.Raster raster)
(package private) static TupleType
TupleType. forPAM(javax.imageio.ImageTypeSpecifier type)
(package private) static TupleType
TupleType. forPNM(java.awt.image.Raster raster)
(package private) static TupleType
TupleType. forPNM(javax.imageio.ImageTypeSpecifier type)
TupleType
PNMHeader. getTupleType()
private static TupleType
PAMHeaderWriter. tupleType(javax.imageio.IIOImage image)
private static TupleType
PNMHeaderWriter. tupleType(javax.imageio.IIOImage image)
static TupleType
TupleType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TupleType[]
TupleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twelvemonkeys.imageio.plugins.pnm with parameters of type TupleType Modifier and Type Method Description private static TupleType
TupleType. filterPNM(TupleType tupleType)
Constructors in com.twelvemonkeys.imageio.plugins.pnm with parameters of type TupleType Constructor Description PNMHeader(short fileType, TupleType tupleType, int width, int height, int depth, int maxSample, java.util.Collection<java.lang.String> comments)
PNMHeader(short fileType, TupleType tupleType, int width, int height, int depth, java.nio.ByteOrder byteOrder, java.util.Collection<java.lang.String> comments)
-