Uses of Enum
com.twelvemonkeys.imageio.plugins.pnm.TupleType
Packages that use TupleType
-
Uses of TupleType in com.twelvemonkeys.imageio.plugins.pnm
Fields in com.twelvemonkeys.imageio.plugins.pnm declared as TupleTypeModifier and TypeFieldDescriptionprivate final TupleType
PFMHeaderParser.tupleType
private final TupleType
PNMHeader.tupleType
private final TupleType
PNMHeaderParser.tupleType
Methods in com.twelvemonkeys.imageio.plugins.pnm that return TupleTypeModifier and TypeMethodDescription(package private) static TupleType
PFMHeaderParser.asTupleType
(int fileType) (package private) static TupleType
PNMHeaderParser.asTupleType
(int fileType) private static TupleType
(package private) static TupleType
(package private) static TupleType
TupleType.forPAM
(ImageTypeSpecifier type) (package private) static TupleType
(package private) static TupleType
TupleType.forPNM
(ImageTypeSpecifier type) PNMHeader.getTupleType()
private static TupleType
private static TupleType
static TupleType
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 TupleTypeConstructors in com.twelvemonkeys.imageio.plugins.pnm with parameters of type TupleTypeModifierConstructorDescriptionPNMHeader
(short fileType, TupleType tupleType, int width, int height, int depth, int maxSample, Collection<String> comments) PNMHeader
(short fileType, TupleType tupleType, int width, int height, int depth, ByteOrder byteOrder, Collection<String> comments)