Uses of Class
com.twelvemonkeys.imageio.plugins.tga.TGAHeader
Packages that use TGAHeader
-
Uses of TGAHeader in com.twelvemonkeys.imageio.plugins.tga
Fields in com.twelvemonkeys.imageio.plugins.tga declared as TGAHeaderMethods in com.twelvemonkeys.imageio.plugins.tga that return TGAHeaderModifier and TypeMethodDescription(package private) static TGAHeaderTGAHeader.from(ImageTypeSpecifier type, boolean compressed) (package private) static TGAHeaderTGAHeader.from(ImageTypeSpecifier type, int width, int height, boolean compressed) (package private) static TGAHeaderTGAHeader.read(ImageInputStream imageInput) Methods in com.twelvemonkeys.imageio.plugins.tga with parameters of type TGAHeaderModifier and TypeMethodDescriptionprivate static StringTGAMetadata.compressionName(TGAHeader header) private static StandardImageMetadataSupport.ImageOrientationTGAMetadata.orientation(TGAHeader header) private static IndexColorModelTGAHeader.readColorMap(DataInput stream, TGAHeader header) TGAMetadata.textEntries(TGAHeader header, TGAExtensions extensions) Constructors in com.twelvemonkeys.imageio.plugins.tga with parameters of type TGAHeaderModifierConstructorDescription(package private)TGAMetadata(ImageTypeSpecifier type, TGAHeader header, TGAExtensions extensions)