com.sun.star.drawing
Class HatchStyle
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.drawing.HatchStyle
- public final synchronized class HatchStyle
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.drawing.HatchStyle |
DOUBLE
|
static int |
DOUBLE_value
|
static com.sun.star.drawing.HatchStyle |
SINGLE
|
static int |
SINGLE_value
|
static com.sun.star.drawing.HatchStyle |
TRIPLE
|
static int |
TRIPLE_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
HatchStyle(int i)
|
Method Summary |
static com.sun.star.drawing.HatchStyle |
fromInt(int i)
|
static com.sun.star.drawing.HatchStyle |
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 |
DOUBLE
public static final com.sun.star.drawing.HatchStyle DOUBLE
DOUBLE_value
public static final int DOUBLE_value
SINGLE
public static final com.sun.star.drawing.HatchStyle SINGLE
SINGLE_value
public static final int SINGLE_value
TRIPLE
public static final com.sun.star.drawing.HatchStyle TRIPLE
TRIPLE_value
public static final int TRIPLE_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
HatchStyle
private HatchStyle(int i)
fromInt
public static com.sun.star.drawing.HatchStyle fromInt(int i)
getDefault
public static com.sun.star.drawing.HatchStyle getDefault()