Uses of Enum
com.twelvemonkeys.imageio.plugins.pnm.TupleType
Packages that use TupleType
-
Uses of TupleType in com.twelvemonkeys.imageio.plugins.pnm
Subclasses with type arguments of type TupleType in com.twelvemonkeys.imageio.plugins.pnmFields in com.twelvemonkeys.imageio.plugins.pnm declared as TupleTypeModifier and TypeFieldDescriptionprivate final TupleTypePFMHeaderParser.tupleTypeprivate final TupleTypePNMHeader.tupleTypeprivate final TupleTypePNMHeaderParser.tupleTypeMethods in com.twelvemonkeys.imageio.plugins.pnm that return TupleTypeModifier and TypeMethodDescription(package private) static TupleTypePFMHeaderParser.asTupleType(int fileType) (package private) static TupleTypePNMHeaderParser.asTupleType(int fileType) private static TupleType(package private) static TupleType(package private) static TupleTypeTupleType.forPAM(ImageTypeSpecifier type) (package private) static TupleType(package private) static TupleTypeTupleType.forPNM(ImageTypeSpecifier type) PNMHeader.getTupleType()private static TupleTypeprivate static TupleTypestatic TupleTypeReturns 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)