GradientPresetType

Inheritance: java.lang.Object

public final class GradientPresetType

Represents gradient preset color type.

Fields

FieldDescription
BRASSBrass preset color
CALM_WATERCalm Water preset color
CHROMEChrome preset color
CHROME_IIChrome II preset color
DAYBREAKDaybreak preset color
DESERTDesert preset color
EARLY_SUNSETEarly Sunset preset color
FIREFire preset color
FOGFog preset color
GOLDGold preset color
GOLD_IIGold II preset color
HORIZONHorizon preset color
LATE_SUNSETLate Sunset preset color
MAHOGANYMahogany preset color
MOSSMoss preset color
NIGHTFALLNightfall preset color
OCEANOcean preset color
PARCHMENTParchment preset color
PEACOCKPeacock preset color
RAINBOWRainbow preset color
RAINBOW_IIRainbow II preset color
SAPPHIRESapphire preset color
SILVERSilver preset color
UNKNOWNUnknown preset color.
WHEATWheat preset color

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BRASS

public static final int BRASS

Brass preset color

CALM_WATER

public static final int CALM_WATER

Calm Water preset color

CHROME

public static final int CHROME

Chrome preset color

CHROME_II

public static final int CHROME_II

Chrome II preset color

DAYBREAK

public static final int DAYBREAK

Daybreak preset color

DESERT

public static final int DESERT

Desert preset color

EARLY_SUNSET

public static final int EARLY_SUNSET

Early Sunset preset color

FIRE

public static final int FIRE

Fire preset color

FOG

public static final int FOG

Fog preset color

GOLD

public static final int GOLD

Gold preset color

GOLD_II

public static final int GOLD_II

Gold II preset color

HORIZON

public static final int HORIZON

Horizon preset color

LATE_SUNSET

public static final int LATE_SUNSET

Late Sunset preset color

MAHOGANY

public static final int MAHOGANY

Mahogany preset color

MOSS

public static final int MOSS

Moss preset color

NIGHTFALL

public static final int NIGHTFALL

Nightfall preset color

OCEAN

public static final int OCEAN

Ocean preset color

PARCHMENT

public static final int PARCHMENT

Parchment preset color

PEACOCK

public static final int PEACOCK

Peacock preset color

RAINBOW

public static final int RAINBOW

Rainbow preset color

RAINBOW_II

public static final int RAINBOW_II

Rainbow II preset color

SAPPHIRE

public static final int SAPPHIRE

Sapphire preset color

SILVER

public static final int SILVER

Silver preset color

UNKNOWN

public static final int UNKNOWN

Unknown preset color. Only for the preset color (which is not same as any known preset color) in the template workbook.

WHEAT

public static final int WHEAT

Wheat preset color

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