Class TGAHeader

java.lang.Object
tgaimageplugin.TGAHeader

public class TGAHeader extends Object
  • Constructor Details

  • Method Details

    • create

      public static TGAHeader create(ImageInputStream in) throws IOException
      Throws:
      IOException
    • getFirstPixelDestination

      public TGAHeader.FirstPixelDestination getFirstPixelDestination()
    • getImageID

      public String getImageID()
    • getIdLength

      public int getIdLength()
    • getColorMapType

      public TGAHeader.ColorMapType getColorMapType()
    • getImageType

      public TGAHeader.ImageType getImageType()
    • getFirstColorMapEntry

      public int getFirstColorMapEntry()
    • getColorMapLength

      public int getColorMapLength()
    • getColorMapEntrySize

      public int getColorMapEntrySize()
    • getImageXOrigin

      public int getImageXOrigin()
    • getImageYOrigin

      public int getImageYOrigin()
    • getImageWidth

      public int getImageWidth()
    • getImageHeight

      public int getImageHeight()
    • getPixelDepth

      public int getPixelDepth()
    • getImageDescriptor

      public int getImageDescriptor()
    • toString

      public String toString()
      Overrides:
      toString in class Object