Class DocReaderFieldRect
- java.lang.Object
-
- com.regula.documentreader.api.results.DocReaderFieldRect
-
public class DocReaderFieldRect extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DocReaderFieldRect()
DocReaderFieldRect(int left, int top, int right, int bottom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocReaderFieldRect
fromJson(java.lang.String json)
static DocReaderFieldRect
fromJson(JSONObject object)
int
getHeight()
int
getWidth()
java.lang.String
toJson()
-
-
-
Method Detail
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
fromJson
public static DocReaderFieldRect fromJson(java.lang.String json)
-
fromJson
public static DocReaderFieldRect fromJson(JSONObject object)
-
toJson
public java.lang.String toJson()
-
-