com.sun.star.drawing
Class RectanglePoint
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.drawing.RectanglePoint
- public final synchronized class RectanglePoint
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.drawing.RectanglePoint |
LEFT_BOTTOM
|
static int |
LEFT_BOTTOM_value
|
static com.sun.star.drawing.RectanglePoint |
LEFT_MIDDLE
|
static int |
LEFT_MIDDLE_value
|
static com.sun.star.drawing.RectanglePoint |
LEFT_TOP
|
static int |
LEFT_TOP_value
|
static com.sun.star.drawing.RectanglePoint |
MIDDLE_BOTTOM
|
static int |
MIDDLE_BOTTOM_value
|
static com.sun.star.drawing.RectanglePoint |
MIDDLE_MIDDLE
|
static int |
MIDDLE_MIDDLE_value
|
static com.sun.star.drawing.RectanglePoint |
MIDDLE_TOP
|
static int |
MIDDLE_TOP_value
|
static com.sun.star.drawing.RectanglePoint |
RIGHT_BOTTOM
|
static int |
RIGHT_BOTTOM_value
|
static com.sun.star.drawing.RectanglePoint |
RIGHT_MIDDLE
|
static int |
RIGHT_MIDDLE_value
|
static com.sun.star.drawing.RectanglePoint |
RIGHT_TOP
|
static int |
RIGHT_TOP_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
RectanglePoint(int i)
|
Method Summary |
static com.sun.star.drawing.RectanglePoint |
fromInt(int i)
|
static com.sun.star.drawing.RectanglePoint |
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 |
LEFT_BOTTOM
public static final com.sun.star.drawing.RectanglePoint LEFT_BOTTOM
LEFT_BOTTOM_value
public static final int LEFT_BOTTOM_value
LEFT_MIDDLE
public static final com.sun.star.drawing.RectanglePoint LEFT_MIDDLE
LEFT_MIDDLE_value
public static final int LEFT_MIDDLE_value
LEFT_TOP
public static final com.sun.star.drawing.RectanglePoint LEFT_TOP
LEFT_TOP_value
public static final int LEFT_TOP_value
MIDDLE_BOTTOM
public static final com.sun.star.drawing.RectanglePoint MIDDLE_BOTTOM
MIDDLE_BOTTOM_value
public static final int MIDDLE_BOTTOM_value
MIDDLE_MIDDLE
public static final com.sun.star.drawing.RectanglePoint MIDDLE_MIDDLE
MIDDLE_MIDDLE_value
public static final int MIDDLE_MIDDLE_value
MIDDLE_TOP
public static final com.sun.star.drawing.RectanglePoint MIDDLE_TOP
MIDDLE_TOP_value
public static final int MIDDLE_TOP_value
RIGHT_BOTTOM
public static final com.sun.star.drawing.RectanglePoint RIGHT_BOTTOM
RIGHT_BOTTOM_value
public static final int RIGHT_BOTTOM_value
RIGHT_MIDDLE
public static final com.sun.star.drawing.RectanglePoint RIGHT_MIDDLE
RIGHT_MIDDLE_value
public static final int RIGHT_MIDDLE_value
RIGHT_TOP
public static final com.sun.star.drawing.RectanglePoint RIGHT_TOP
RIGHT_TOP_value
public static final int RIGHT_TOP_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
RectanglePoint
private RectanglePoint(int i)
fromInt
public static com.sun.star.drawing.RectanglePoint fromInt(int i)
getDefault
public static com.sun.star.drawing.RectanglePoint getDefault()