ColorType

Inheritance: java.lang.Object

public final class ColorType

Represents all color type

Fields

FieldDescription
AUTOMATICAutomatic color.
AUTOMATIC_INDEXIt’s automatic color,but the displayed color depends the setting of the OS System.
INDEXED_COLORThe color index in the color palette.
RGBThe RGB color.
THEMEThe theme color.

Methods

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

AUTOMATIC

public static final int AUTOMATIC

Automatic color.

AUTOMATIC_INDEX

public static final int AUTOMATIC_INDEX

It’s automatic color,but the displayed color depends the setting of the OS System.

Remarks

Not supported.

INDEXED_COLOR

public static final int INDEXED_COLOR

The color index in the color palette.

RGB

public static final int RGB

The RGB color.

THEME

public static final int THEME

The theme 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