com.sun.star.drawing
Class PolygonFlags
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.drawing.PolygonFlags
- public final synchronized class PolygonFlags
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.drawing.PolygonFlags |
CONTROL
|
static int |
CONTROL_value
|
static com.sun.star.drawing.PolygonFlags |
NORMAL
|
static int |
NORMAL_value
|
static com.sun.star.drawing.PolygonFlags |
SMOOTH
|
static int |
SMOOTH_value
|
static com.sun.star.drawing.PolygonFlags |
SYMMETRIC
|
static int |
SYMMETRIC_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
PolygonFlags(int i)
|
Method Summary |
static com.sun.star.drawing.PolygonFlags |
fromInt(int i)
|
static com.sun.star.drawing.PolygonFlags |
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 |
CONTROL
public static final com.sun.star.drawing.PolygonFlags CONTROL
CONTROL_value
public static final int CONTROL_value
NORMAL
public static final com.sun.star.drawing.PolygonFlags NORMAL
NORMAL_value
public static final int NORMAL_value
SMOOTH
public static final com.sun.star.drawing.PolygonFlags SMOOTH
SMOOTH_value
public static final int SMOOTH_value
SYMMETRIC
public static final com.sun.star.drawing.PolygonFlags SYMMETRIC
SYMMETRIC_value
public static final int SYMMETRIC_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
PolygonFlags
private PolygonFlags(int i)
fromInt
public static com.sun.star.drawing.PolygonFlags fromInt(int i)
getDefault
public static com.sun.star.drawing.PolygonFlags getDefault()