ThemeColorType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class ThemeColorType
Enumerates the theme color types.
Fields
| Field | Description |
|---|---|
| ACCENT_1 | |
| ACCENT_2 | |
| ACCENT_3 | |
| ACCENT_4 | |
| ACCENT_5 | |
| ACCENT_6 | |
| BACKGROUND_1 | |
| BACKGROUND_2 | |
| FOLLOWED_HYPERLINK | |
| HYPERLINK | |
| STYLE_COLOR | Inner used. |
| TEXT_1 | |
| TEXT_2 |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ACCENT_1
public static final int ACCENT_1
ACCENT_2
public static final int ACCENT_2
ACCENT_3
public static final int ACCENT_3
ACCENT_4
public static final int ACCENT_4
ACCENT_5
public static final int ACCENT_5
ACCENT_6
public static final int ACCENT_6
BACKGROUND_1
public static final int BACKGROUND_1
BACKGROUND_2
public static final int BACKGROUND_2
FOLLOWED_HYPERLINK
public static final int FOLLOWED_HYPERLINK
HYPERLINK
public static final int HYPERLINK
STYLE_COLOR
public static final int STYLE_COLOR
Inner used. A color used in theme definitions which means to use the color of the style.
TEXT_1
public static final int TEXT_1
TEXT_2
public static final int TEXT_2
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 |