Class FileJPEG2000.opj_tile_info_v2_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_tile_info_v2_t
    extends java.lang.Object
    Tile coding parameters information
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int csty
      coding style
      (package private) int mct
      multi-component transform identifier
      (package private) int numlayers
      number of layers
      (package private) int prg
      progression order
      (package private) FileJPEG2000.opj_tccp_info_t tccp_info
      information concerning tile component parameters
      (package private) int tileno
      number (index) of tile
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tileno

        int tileno
        number (index) of tile
      • csty

        int csty
        coding style
      • prg

        int prg
        progression order
      • numlayers

        int numlayers
        number of layers
      • mct

        int mct
        multi-component transform identifier
    • Constructor Detail

      • opj_tile_info_v2_t

        opj_tile_info_v2_t()