Package de.elo.ix.client
Class OcrRect
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.OcrRect
- All Implemented Interfaces:
Serializable
This class contains the coordinates of a rectangle and is used by the
OcrInfoRecognizeFile
class.- Since:
- 8.00.020.001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected int
protected int
protected int
Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
left
protected int left -
top
protected int top -
right
protected int right -
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
-