Class PIXC

java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.leptonica.PIXC
All Implemented Interfaces:
AutoCloseable

@Name("PixComp") @Properties(inherit=leptonica.class) public class PIXC extends Pointer
Compressed Pix
  • Constructor Details

  • Method Details

    • position

      public PIXC position(long position)
      Overrides:
      position in class Pointer
    • getPointer

      public PIXC getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • w

      @Cast("l_int32") public int w()
      width in pixels
    • w

      public PIXC w(int setter)
    • h

      @Cast("l_int32") public int h()
      height in pixels
    • h

      public PIXC h(int setter)
    • d

      @Cast("l_int32") public int d()
      depth in bits
    • d

      public PIXC d(int setter)
    • xres

      @Cast("l_int32") public int xres()
      (use 0 if unknown)
    • xres

      public PIXC xres(int setter)
    • yres

      @Cast("l_int32") public int yres()
      (use 0 if unknown)
    • yres

      public PIXC yres(int setter)
    • comptype

      @Cast("l_int32") public int comptype()
      IFF_PNG, IFF_JFIF_JPEG)
    • comptype

      public PIXC comptype(int setter)
    • text

      @Cast("char*") public BytePointer text()
      text string associated with pix
    • text

      public PIXC text(BytePointer setter)
    • cmapflag

      @Cast("l_int32") public int cmapflag()
      flag (1 for cmap, 0 otherwise)
    • cmapflag

      public PIXC cmapflag(int setter)
    • data

      @Cast("l_uint8*") public BytePointer data()
      the compressed image data
    • data

      public PIXC data(BytePointer setter)
    • size

      @Cast("size_t") public long size()
      size of the data array
    • size

      public PIXC size(long setter)