Skip to main content

SchemeColors Enum

Lists color values from a theme color scheme.

Declaration

public enum SchemeColors extends Enum<SchemeColors> implements IIntEnum

Members

Name Description
ACCENT_1

The first accent color.

ACCENT_2

The second accent color.

ACCENT_3

The third accent color.

ACCENT_4

The fourth accent color.

ACCENT_5

The fifth accent color.

ACCENT_6

The sixth accent color.

BACKGROUND_1

The first background color.

BACKGROUND_2

The second background color.

DARK_1

The first dark color.

DARK_2

The second dark color.

EMPTY

No color.

The followed hyperlink color.

The hyperlink color.

LIGHT_1

The first light color.

LIGHT_2

The second light color.

STYLE

A style color.

TEXT_1

The first text color.

TEXT_2

The second text color.

fromValue(int value)

Converts an integer value to the corresponding SchemeColors constant.

getName()

Returns the name of this SchemeColors constant.

getValue()

Returns the integer value of this SchemeColors constant.

toString()

Returns a string representation of this SchemeColors constant.

valueOf(String name)

Returns the SchemeColors constant with the specified name.

values()

Returns an array that contains all SchemeColors constants.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
java.lang.Enum
SchemeColors