PresetThemeValue

Inheritance: java.lang.Object

public final class PresetThemeValue

Specifies the theme value

Fields

FieldDescription
BUBBLEBubble
CLOUDSClouds
DAYBREAKDaybreak
FACETFacet
GEMSTONEGemstone
INTEGRALIntegral
IONIon
LINEARLinear
LINESLines
MARKERMarker
NO_THEMENoTheme
OFFICEOffice
ORGANICOrganic
PARALLELParallel
PENPen
PENCILPencil
PROMINENCEProminence
RADIANCERadiance
RETROSPECTRetrospect
SEQUENCESequence
SHADEShade
SIMPLESimple
SLICESlice
SMOKESmoke
WHISPWhisp
WHITE_BOARDWhiteBoard
ZEPHYRZephyr

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int