|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgAnchorMode
public final class VgAnchorMode
This enum defines the possible anchor points. An anchor mode determines how an object (containing a bounding box) is anchored to a given position.
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
static VgAnchorMode |
swigToEnum(int swigValue)
|
int |
swigValue()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static VgAnchorMode swigToEnum(int swigValue)
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |