Skip to main content

ColorSchemeIndexType Enum

Lists indexes of a color scheme.

Declaration

public enum ColorSchemeIndexType extends Enum<ColorSchemeIndexType> 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.

DARK_1

The first dark color.

DARK_2

The second dark color.

The color for visited hyperlinks.

The color for hyperlinks.

LIGHT_1

The first light color.

LIGHT_2

The second light color.

fromValue(int value)

Returns the ColorSchemeIndexType enumeration constant with the specified integer value.

getName()

Returns the color scheme name.

getValue()

Returns the integer value of this ColorSchemeIndexType constant.

toString()

Returns a string representation of this ColorSchemeIndexType constant.

valueOf(String name)

Returns the ColorSchemeIndexType enumeration constant with the specified name.

values()

Returns an array of all ColorSchemeIndexType enumeration 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
ColorSchemeIndexType