public class GraphicField
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
fieldName |
int |
fieldRectBottom |
int |
fieldRectLeft |
int |
fieldRectRight |
int |
fieldRectTop |
int |
fieldType |
android.graphics.Bitmap |
fileImage |
java.lang.String |
fileImageFormat |
int |
fileImageLength |
Constructor and Description |
---|
GraphicField() |
public int fieldType
public int fieldRectLeft
public int fieldRectRight
public int fieldRectTop
public int fieldRectBottom
public int fileImageLength
public java.lang.String fieldName
public java.lang.String fileImageFormat
public android.graphics.Bitmap fileImage