PresetThemeValue
Contents
[
Hide
]
Inheritance: java.lang.Object
public final class PresetThemeValue
Specifies the theme value
Fields
Field | Description |
---|---|
BUBBLE | Bubble |
CLOUDS | Clouds |
DAYBREAK | Daybreak |
FACET | Facet |
GEMSTONE | Gemstone |
INTEGRAL | Integral |
ION | Ion |
LINEAR | Linear |
LINES | Lines |
MARKER | Marker |
NO_THEME | NoTheme |
OFFICE | Office |
ORGANIC | Organic |
PARALLEL | Parallel |
PEN | Pen |
PENCIL | Pencil |
PROMINENCE | Prominence |
RADIANCE | Radiance |
RETROSPECT | Retrospect |
SEQUENCE | Sequence |
SHADE | Shade |
SIMPLE | Simple |
SLICE | Slice |
SMOKE | Smoke |
WHISP | Whisp |
WHITE_BOARD | WhiteBoard |
ZEPHYR | Zephyr |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
BUBBLE
public static final int BUBBLE
Bubble
CLOUDS
public static final int CLOUDS
Clouds
DAYBREAK
public static final int DAYBREAK
Daybreak
FACET
public static final int FACET
Facet
GEMSTONE
public static final int GEMSTONE
Gemstone
INTEGRAL
public static final int INTEGRAL
Integral
ION
public static final int ION
Ion
LINEAR
public static final int LINEAR
Linear
LINES
public static final int LINES
Lines
MARKER
public static final int MARKER
Marker
NO_THEME
public static final int NO_THEME
NoTheme
OFFICE
public static final int OFFICE
Office
ORGANIC
public static final int ORGANIC
Organic
PARALLEL
public static final int PARALLEL
Parallel
PEN
public static final int PEN
Pen
PENCIL
public static final int PENCIL
Pencil
PROMINENCE
public static final int PROMINENCE
Prominence
RADIANCE
public static final int RADIANCE
Radiance
RETROSPECT
public static final int RETROSPECT
Retrospect
SEQUENCE
public static final int SEQUENCE
Sequence
SHADE
public static final int SHADE
Shade
SIMPLE
public static final int SIMPLE
Simple
SLICE
public static final int SLICE
Slice
SMOKE
public static final int SMOKE
Smoke
WHISP
public static final int WHISP
Whisp
WHITE_BOARD
public static final int WHITE_BOARD
WhiteBoard
ZEPHYR
public static final int ZEPHYR
Zephyr
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |