com.sun.star.drawing
Class ConnectorType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.drawing.ConnectorType
- public final synchronized class ConnectorType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.drawing.ConnectorType |
CURVE
|
static int |
CURVE_value
|
static com.sun.star.drawing.ConnectorType |
LINE
|
static com.sun.star.drawing.ConnectorType |
LINES
|
static int |
LINES_value
|
static int |
LINE_value
|
static com.sun.star.drawing.ConnectorType |
STANDARD
|
static int |
STANDARD_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
ConnectorType(int i)
|
Method Summary |
static com.sun.star.drawing.ConnectorType |
fromInt(int i)
|
static com.sun.star.drawing.ConnectorType |
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 |
CURVE
public static final com.sun.star.drawing.ConnectorType CURVE
CURVE_value
public static final int CURVE_value
LINE
public static final com.sun.star.drawing.ConnectorType LINE
LINES
public static final com.sun.star.drawing.ConnectorType LINES
LINES_value
public static final int LINES_value
LINE_value
public static final int LINE_value
STANDARD
public static final com.sun.star.drawing.ConnectorType STANDARD
STANDARD_value
public static final int STANDARD_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
ConnectorType
private ConnectorType(int i)
fromInt
public static com.sun.star.drawing.ConnectorType fromInt(int i)
getDefault
public static com.sun.star.drawing.ConnectorType getDefault()