GradientPresetType
Inheritance: java.lang.Object
public final class GradientPresetType
Represents gradient preset color type.
Fields
Field | Description |
---|---|
BRASS | Brass preset color |
CALM_WATER | Calm Water preset color |
CHROME | Chrome preset color |
CHROME_II | Chrome II preset color |
DAYBREAK | Daybreak preset color |
DESERT | Desert preset color |
EARLY_SUNSET | Early Sunset preset color |
FIRE | Fire preset color |
FOG | Fog preset color |
GOLD | Gold preset color |
GOLD_II | Gold II preset color |
HORIZON | Horizon preset color |
LATE_SUNSET | Late Sunset preset color |
MAHOGANY | Mahogany preset color |
MOSS | Moss preset color |
NIGHTFALL | Nightfall preset color |
OCEAN | Ocean preset color |
PARCHMENT | Parchment preset color |
PEACOCK | Peacock preset color |
RAINBOW | Rainbow preset color |
RAINBOW_II | Rainbow II preset color |
SAPPHIRE | Sapphire preset color |
SILVER | Silver preset color |
UNKNOWN | Unknown preset color. |
WHEAT | Wheat preset color |
Methods
Method | Description |
---|---|
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:
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 |