com.sun.star.drawing
Class SnapObjectType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.drawing.SnapObjectType
- public final synchronized class SnapObjectType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.drawing.SnapObjectType |
HORIZONTAL
|
static int |
HORIZONTAL_value
|
static com.sun.star.drawing.SnapObjectType |
POINT
|
static int |
POINT_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.drawing.SnapObjectType |
VERTICAL
|
static int |
VERTICAL_value
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
SnapObjectType(int i)
|
Method Summary |
static com.sun.star.drawing.SnapObjectType |
fromInt(int i)
|
static com.sun.star.drawing.SnapObjectType |
getDefault()
|
Methods inherited from class com.sun.star.uno.Enum |
getValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HORIZONTAL
public static final com.sun.star.drawing.SnapObjectType HORIZONTAL
HORIZONTAL_value
public static final int HORIZONTAL_value
POINT
public static final com.sun.star.drawing.SnapObjectType POINT
POINT_value
public static final int POINT_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
VERTICAL
public static final com.sun.star.drawing.SnapObjectType VERTICAL
VERTICAL_value
public static final int VERTICAL_value
SnapObjectType
private SnapObjectType(int i)
fromInt
public static com.sun.star.drawing.SnapObjectType fromInt(int i)
getDefault
public static com.sun.star.drawing.SnapObjectType getDefault()