Class HeaderInfo.SIZ

java.lang.Object
jj2000.j2k.codestream.HeaderInfo.SIZ
All Implemented Interfaces:
Cloneable
Enclosing class:
HeaderInfo

public class HeaderInfo.SIZ extends Object implements Cloneable
Internal class holding information found in the SIZ marker segment
  • Field Details

    • lsiz

      public int lsiz
    • rsiz

      public int rsiz
    • xsiz

      public int xsiz
    • ysiz

      public int ysiz
    • x0siz

      public int x0siz
    • y0siz

      public int y0siz
    • xtsiz

      public int xtsiz
    • ytsiz

      public int ytsiz
    • xt0siz

      public int xt0siz
    • yt0siz

      public int yt0siz
    • csiz

      public int csiz
    • ssiz

      public int[] ssiz
    • xrsiz

      public int[] xrsiz
    • yrsiz

      public int[] yrsiz
  • Constructor Details

    • SIZ

      public SIZ()
  • Method Details

    • getCompImgWidth

      public int getCompImgWidth(int c)
      Width of the specified tile-component
      Parameters:
      c - Component index
    • getMaxCompWidth

      public int getMaxCompWidth()
    • getCompImgHeight

      public int getCompImgHeight(int c)
    • getMaxCompHeight

      public int getMaxCompHeight()
    • getNumTiles

      public int getNumTiles()
    • isOrigSigned

      public boolean isOrigSigned(int c)
    • getOrigBitDepth

      public int getOrigBitDepth(int c)
    • getCopy

      public HeaderInfo.SIZ getCopy()
    • toString

      public String toString()
      Display information found in SIZ marker segment
      Overrides:
      toString in class Object