Class FieldWrapper
-
- All Implemented Interfaces:
public class FieldWrapper
Non-text field wrapper
-
-
Field Summary
Fields Modifier and Type Field Description private final Field.Type
type
private final Bitmap
image
-
Constructor Summary
Constructors Constructor Description FieldWrapper(Field field)
-
Method Summary
Modifier and Type Method Description final Field.Type
getType()
Field type final Bitmap
getImage()
Field image crop -
-
Constructor Detail
-
FieldWrapper
FieldWrapper(Field field)
-
-
Method Detail
-
getType
final Field.Type getType()
Field type
-
-
-
-