com.sun.star.drawing
Class ProjectionMode
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.drawing.ProjectionMode
- public final synchronized class ProjectionMode
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.drawing.ProjectionMode |
PARALLEL
|
static int |
PARALLEL_value
|
static com.sun.star.drawing.ProjectionMode |
PERSPECTIVE
|
static int |
PERSPECTIVE_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
ProjectionMode(int i)
|
Method Summary |
static com.sun.star.drawing.ProjectionMode |
fromInt(int i)
|
static com.sun.star.drawing.ProjectionMode |
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 |
PARALLEL
public static final com.sun.star.drawing.ProjectionMode PARALLEL
PARALLEL_value
public static final int PARALLEL_value
PERSPECTIVE
public static final com.sun.star.drawing.ProjectionMode PERSPECTIVE
PERSPECTIVE_value
public static final int PERSPECTIVE_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
ProjectionMode
private ProjectionMode(int i)
fromInt
public static com.sun.star.drawing.ProjectionMode fromInt(int i)
getDefault
public static com.sun.star.drawing.ProjectionMode getDefault()