Class OcrRect

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.OcrRect
All Implemented Interfaces:
Serializable

public class OcrRect extends ValueClass
This class contains the coordinates of a rectangle and is used by the OcrInfoRecognizeFile class.
Since:
8.00.020.001
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected int
     
    protected int
     
    protected int
     

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
    int
     
    void
    setBottom(int bottom)
     
    void
    setLeft(int left)
     
    void
    setRight(int right)
     
    void
    setTop(int top)
     
     

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • left

      protected int left
    • top

      protected int top
    • bottom

      protected int bottom
  • Constructor Details

    • OcrRect

      public OcrRect()
  • Method Details

    • getLeft

      public int getLeft()
    • setLeft

      public void setLeft(int left)
    • getTop

      public int getTop()
    • setTop

      public void setTop(int top)
    • getRight

      public int getRight()
    • setRight

      public void setRight(int right)
    • getBottom

      public int getBottom()
    • setBottom

      public void setBottom(int bottom)
    • toString

      public String toString()
      Overrides:
      toString in class Object