Class TGAHeader


  • public class TGAHeader
    extends java.lang.Object
    • Constructor Detail

      • TGAHeader

        protected TGAHeader​(javax.imageio.stream.ImageInputStream in)
                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • create

        public static TGAHeader create​(javax.imageio.stream.ImageInputStream in)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • getImageID

        public java.lang.String getImageID()
      • getIdLength

        public int getIdLength()
      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object