public class Box extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Double |
_height |
protected Double |
_left |
protected Double |
_top |
protected Double |
_width |
static String |
FIELD_HEIGHT |
static String |
FIELD_LEFT |
static String |
FIELD_TOP |
static String |
FIELD_WIDTH |
| Constructor and Description |
|---|
Box() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getHeight() |
Double |
getLeft() |
Double |
getTop() |
Double |
getWidth() |
Box |
safeSetHeight(Double value) |
Box |
safeSetLeft(Double value) |
Box |
safeSetTop(Double value) |
Box |
safeSetWidth(Double value) |
Box |
setHeight(Double value) |
Box |
setLeft(Double value) |
Box |
setTop(Double value) |
Box |
setWidth(Double value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_HEIGHT
public static final String FIELD_LEFT
public static final String FIELD_TOP
public static final String FIELD_WIDTH
protected Double _height
protected Double _left
protected Double _top
protected Double _width
Copyright 2022 OneSpan All rights reserved.