public final class VgAnchorMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static VgAnchorMode |
eVgBottomCenter
Anchor to the bottom center
|
static VgAnchorMode |
eVgBottomLeft
Anchor to the bottom left
|
static VgAnchorMode |
eVgBottomRight
Anchor to the bottom right
|
static VgAnchorMode |
eVgCenter
Anchor to the center
|
static VgAnchorMode |
eVgCenterLeft
Anchor to the center left
|
static VgAnchorMode |
eVgCenterRight
Anchor to the center right
|
static VgAnchorMode |
eVgTopCenter
Anchor to the top center
|
static VgAnchorMode |
eVgTopLeft
Anchor to the top left.
|
static VgAnchorMode |
eVgTopRight
Anchor to the top right
|
Modifier and Type | Method and Description |
---|---|
static VgAnchorMode |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final VgAnchorMode eVgTopLeft
public static final VgAnchorMode eVgTopCenter
public static final VgAnchorMode eVgTopRight
public static final VgAnchorMode eVgCenterLeft
public static final VgAnchorMode eVgCenter
public static final VgAnchorMode eVgCenterRight
public static final VgAnchorMode eVgBottomLeft
public static final VgAnchorMode eVgBottomCenter
public static final VgAnchorMode eVgBottomRight
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static VgAnchorMode swigToEnum(int swigValue)