Class BOX

All Implemented Interfaces:
AutoCloseable

@Name("Box") @Properties(inherit=leptonica.class) public class BOX extends Pointer
Basic rectangle
  • Constructor Details

  • Method Details

    • position

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

      public BOX getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • x

      @Cast("l_int32") public int x()
      left coordinate
    • x

      public BOX x(int setter)
    • y

      @Cast("l_int32") public int y()
      top coordinate
    • y

      public BOX y(int setter)
    • w

      @Cast("l_int32") public int w()
      box width
    • w

      public BOX w(int setter)
    • h

      @Cast("l_int32") public int h()
      box height
    • h

      public BOX h(int setter)
    • refcount

      @Cast("l_atomic") public int refcount()
      reference count (1 if no clones)
    • refcount

      public BOX refcount(int setter)