com.sun.star.drawing
Class ConnectionType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.drawing.ConnectionType
- public final synchronized class ConnectionType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.drawing.ConnectionType |
AUTO
|
static int |
AUTO_value
|
static com.sun.star.drawing.ConnectionType |
BOTTOM
|
static int |
BOTTOM_value
|
static com.sun.star.drawing.ConnectionType |
LEFT
|
static int |
LEFT_value
|
static com.sun.star.drawing.ConnectionType |
RIGHT
|
static int |
RIGHT_value
|
static com.sun.star.drawing.ConnectionType |
SPECIAL
|
static int |
SPECIAL_value
|
static com.sun.star.drawing.ConnectionType |
TOP
|
static int |
TOP_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
ConnectionType(int i)
|
Method Summary |
static com.sun.star.drawing.ConnectionType |
fromInt(int i)
|
static com.sun.star.drawing.ConnectionType |
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 |
AUTO
public static final com.sun.star.drawing.ConnectionType AUTO
AUTO_value
public static final int AUTO_value
BOTTOM
public static final com.sun.star.drawing.ConnectionType BOTTOM
BOTTOM_value
public static final int BOTTOM_value
LEFT
public static final com.sun.star.drawing.ConnectionType LEFT
LEFT_value
public static final int LEFT_value
RIGHT
public static final com.sun.star.drawing.ConnectionType RIGHT
RIGHT_value
public static final int RIGHT_value
SPECIAL
public static final com.sun.star.drawing.ConnectionType SPECIAL
SPECIAL_value
public static final int SPECIAL_value
TOP
public static final com.sun.star.drawing.ConnectionType TOP
TOP_value
public static final int TOP_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
ConnectionType
private ConnectionType(int i)
fromInt
public static com.sun.star.drawing.ConnectionType fromInt(int i)
getDefault
public static com.sun.star.drawing.ConnectionType getDefault()