|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| final int | swigValue () |
| String | toString () |
Static Public Member Functions | |
| static VgAnchorMode | swigToEnum (int swigValue) |
Static Public Attributes | |
| static final VgAnchorMode | eVgTopLeft = new VgAnchorMode("eVgTopLeft") |
| static final VgAnchorMode | eVgTopCenter = new VgAnchorMode("eVgTopCenter") |
| static final VgAnchorMode | eVgTopRight = new VgAnchorMode("eVgTopRight") |
| static final VgAnchorMode | eVgCenterLeft = new VgAnchorMode("eVgCenterLeft") |
| static final VgAnchorMode | eVgCenter = new VgAnchorMode("eVgCenter") |
| static final VgAnchorMode | eVgCenterRight = new VgAnchorMode("eVgCenterRight") |
| static final VgAnchorMode | eVgBottomLeft = new VgAnchorMode("eVgBottomLeft") |
| static final VgAnchorMode | eVgBottomCenter = new VgAnchorMode("eVgBottomCenter") |
| static final VgAnchorMode | eVgBottomRight = new VgAnchorMode("eVgBottomRight") |
This enum defines the possible anchor points. An anchor mode determines how an object (containing a bounding box) is anchored to a given position.
|
static |
| final int VgAnchorMode.swigValue | ( | ) |
| String VgAnchorMode.toString | ( | ) |
|
static |
Anchor to the bottom center
|
static |
Anchor to the bottom left
|
static |
Anchor to the bottom right
|
static |
Anchor to the center
|
static |
Anchor to the center left
|
static |
Anchor to the center right
|
static |
Anchor to the top center
|
static |
Anchor to the top left.
|
static |
Anchor to the top right