com.visioglobe.libVisioDevKit
Class VgAnchorMode

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgAnchorMode

public final class VgAnchorMode
extends java.lang.Object

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

eVgTopLeft

public static final VgAnchorMode eVgTopLeft
Anchor to the top left.


eVgTopCenter

public static final VgAnchorMode eVgTopCenter
Anchor to the top center


eVgTopRight

public static final VgAnchorMode eVgTopRight
Anchor to the top right


eVgCenterLeft

public static final VgAnchorMode eVgCenterLeft
Anchor to the center left


eVgCenter

public static final VgAnchorMode eVgCenter
Anchor to the center


eVgCenterRight

public static final VgAnchorMode eVgCenterRight
Anchor to the center right


eVgBottomLeft

public static final VgAnchorMode eVgBottomLeft
Anchor to the bottom left


eVgBottomCenter

public static final VgAnchorMode eVgBottomCenter
Anchor to the bottom center


eVgBottomRight

public static final VgAnchorMode eVgBottomRight
Anchor to the bottom right

Method Detail

swigValue

public final int swigValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

swigToEnum

public static VgAnchorMode swigToEnum(int swigValue)

VisioDevKit 2.0, Visioglobe® 2013