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