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