public class TGAHeader
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TGAHeader.ColorMapType |
static class |
TGAHeader.FirstPixelDestination |
static class |
TGAHeader.ImageType |
Modifier | Constructor and Description |
---|---|
protected |
TGAHeader(javax.imageio.stream.ImageInputStream in) |
Modifier and Type | Method and Description |
---|---|
static TGAHeader |
create(javax.imageio.stream.ImageInputStream in) |
int |
getColorMapEntrySize() |
int |
getColorMapLength() |
TGAHeader.ColorMapType |
getColorMapType() |
int |
getFirstColorMapEntry() |
TGAHeader.FirstPixelDestination |
getFirstPixelDestination() |
int |
getIdLength() |
int |
getImageDescriptor() |
int |
getImageHeight() |
java.lang.String |
getImageID() |
TGAHeader.ImageType |
getImageType() |
int |
getImageWidth() |
int |
getImageXOrigin() |
int |
getImageYOrigin() |
int |
getPixelDepth() |
java.lang.String |
toString() |
protected TGAHeader(javax.imageio.stream.ImageInputStream in) throws java.io.IOException
java.io.IOException
public static TGAHeader create(javax.imageio.stream.ImageInputStream in) throws java.io.IOException
java.io.IOException
public TGAHeader.FirstPixelDestination getFirstPixelDestination()
public java.lang.String getImageID()
public int getIdLength()
public TGAHeader.ColorMapType getColorMapType()
public TGAHeader.ImageType getImageType()
public int getFirstColorMapEntry()
public int getColorMapLength()
public int getColorMapEntrySize()
public int getImageXOrigin()
public int getImageYOrigin()
public int getImageWidth()
public int getImageHeight()
public int getPixelDepth()
public int getImageDescriptor()
public java.lang.String toString()
toString
in class java.lang.Object