Uses of Class
com.twelvemonkeys.imageio.plugins.tga.TGAHeader
-
Packages that use TGAHeader Package Description com.twelvemonkeys.imageio.plugins.tga -
-
Uses of TGAHeader in com.twelvemonkeys.imageio.plugins.tga
Fields in com.twelvemonkeys.imageio.plugins.tga declared as TGAHeader Modifier and Type Field Description private TGAHeaderTGAImageReader. headerMethods in com.twelvemonkeys.imageio.plugins.tga that return TGAHeader Modifier and Type Method Description (package private) static TGAHeaderTGAHeader. from(javax.imageio.ImageTypeSpecifier type, boolean compressed)(package private) static TGAHeaderTGAHeader. from(javax.imageio.ImageTypeSpecifier type, int width, int height, boolean compressed)(package private) static TGAHeaderTGAHeader. read(javax.imageio.stream.ImageInputStream imageInput)Methods in com.twelvemonkeys.imageio.plugins.tga with parameters of type TGAHeader Modifier and Type Method Description private static java.lang.StringTGAMetadata. compressionName(TGAHeader header)private static StandardImageMetadataSupport.ImageOrientationTGAMetadata. orientation(TGAHeader header)private static java.awt.image.IndexColorModelTGAHeader. readColorMap(java.io.DataInput stream, TGAHeader header)private static java.util.Map<java.lang.String,java.lang.String>TGAMetadata. textEntries(TGAHeader header, TGAExtensions extensions)Constructors in com.twelvemonkeys.imageio.plugins.tga with parameters of type TGAHeader Constructor Description TGAMetadata(javax.imageio.ImageTypeSpecifier type, TGAHeader header, TGAExtensions extensions)
-