Skip to main content

ColorMap Class

Gets the color map that remaps theme colors.

Declaration

public class ColorMap extends PresentationObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
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

ColorMap()

Initializes a new instance of the ColorMap class.

Declaration

public ColorMap()

Methods

deepClone() Method

Clones the current ColorMap instance.

Declaration

public ColorMap deepClone()

Returns

Type Description
ColorMap

The cloned ColorMap instance.

getAccent1() Method

Returns the color scheme index that replaces the first accent color.

Declaration

public ColorSchemeIndexType getAccent1()

Returns

Type Description
ColorSchemeIndexType

A color scheme index.

getAccent2() Method

Returns the color scheme index that replaces the second accent color.

Declaration

public ColorSchemeIndexType getAccent2()

Returns

Type Description
ColorSchemeIndexType

A color scheme index.

getAccent3() Method

Returns the color scheme index that replaces the third accent color.

Declaration

public ColorSchemeIndexType getAccent3()

Returns

Type Description
ColorSchemeIndexType

A color scheme index.

getAccent4() Method

Returns the color scheme index that replaces the fourth accent color.

Declaration

public ColorSchemeIndexType getAccent4()

Returns

Type Description
ColorSchemeIndexType

A color scheme index.

getAccent5() Method

Returns the color scheme index that replaces the fifth accent color.

Declaration

public ColorSchemeIndexType getAccent5()

Returns

Type Description
ColorSchemeIndexType

A color scheme index.

getAccent6() Method

Returns the color scheme index that replaces the sixth accent color.

Declaration

public ColorSchemeIndexType getAccent6()

Returns

Type Description
ColorSchemeIndexType

A color scheme index.

getBackground1() Method

Returns the color scheme index that replaces the first background color.

Declaration

public ColorSchemeIndexType getBackground1()

Returns

Type Description
ColorSchemeIndexType

A color scheme index.

getBackground2() Method

Returns the color scheme index that replaces the second background color.

Declaration

public ColorSchemeIndexType getBackground2()

Returns

Type Description
ColorSchemeIndexType

A color scheme index.

Returns the color scheme index that replaces the visited hyperlink color.

public ColorSchemeIndexType getFollowedHyperlink()
Type Description
ColorSchemeIndexType

A color scheme index.

Returns the color scheme index that replaces the hyperlink color.

public ColorSchemeIndexType getHyperlink()
Type Description
ColorSchemeIndexType

A color scheme index.

getText1() Method

Returns the color scheme index that replaces the first text color.

Declaration

public ColorSchemeIndexType getText1()

Returns

Type Description
ColorSchemeIndexType

A color scheme index.

getText2() Method

Returns the color scheme index that replaces the second text color.

Declaration

public ColorSchemeIndexType getText2()

Returns

Type Description
ColorSchemeIndexType

A color scheme index.

setAccent1(ColorSchemeIndexType value) Method

Sets the color scheme index that replaces the first accent color.

Declaration

public void setAccent1(ColorSchemeIndexType value)

Parameters

Name Type Description
value ColorSchemeIndexType

A color scheme index.

setAccent2(ColorSchemeIndexType value) Method

Sets the color scheme index that replaces the second accent color.

Declaration

public void setAccent2(ColorSchemeIndexType value)

Parameters

Name Type Description
value ColorSchemeIndexType

A color scheme index.

setAccent3(ColorSchemeIndexType value) Method

Sets the color scheme index that replaces the third accent color.

Declaration

public void setAccent3(ColorSchemeIndexType value)

Parameters

Name Type Description
value ColorSchemeIndexType

A color scheme index.

setAccent4(ColorSchemeIndexType value) Method

Sets the color scheme index that replaces the fourth accent color.

Declaration

public void setAccent4(ColorSchemeIndexType value)

Parameters

Name Type Description
value ColorSchemeIndexType

A color scheme index.

setAccent5(ColorSchemeIndexType value) Method

Sets the color scheme index that replaces the fifth accent color.

Declaration

public void setAccent5(ColorSchemeIndexType value)

Parameters

Name Type Description
value ColorSchemeIndexType

A color scheme index.

setAccent6(ColorSchemeIndexType value) Method

Sets the color scheme index that replaces the sixth accent color.

Declaration

public void setAccent6(ColorSchemeIndexType value)

Parameters

Name Type Description
value ColorSchemeIndexType

A color scheme index.

setBackground1(ColorSchemeIndexType value) Method

Sets the color scheme index that replaces the first background color.

Declaration

public void setBackground1(ColorSchemeIndexType value)

Parameters

Name Type Description
value ColorSchemeIndexType

A color scheme index.

setBackground2(ColorSchemeIndexType value) Method

Sets the color scheme index that replaces the second background color.

Declaration

public void setBackground2(ColorSchemeIndexType value)

Parameters

Name Type Description
value ColorSchemeIndexType

A color scheme index.

Sets the color scheme index that replaces the visited hyperlink color.

public void setFollowedHyperlink(ColorSchemeIndexType value)
Name Type Description
value ColorSchemeIndexType

A color scheme index.

Sets the color scheme index that replaces the hyperlink color.

public void setHyperlink(ColorSchemeIndexType value)
Name Type Description
value ColorSchemeIndexType

A color scheme index.

setText1(ColorSchemeIndexType value) Method

Sets the color scheme index that replaces the first text color.

Declaration

public void setText1(ColorSchemeIndexType value)

Parameters

Name Type Description
value ColorSchemeIndexType

A color scheme index.

setText2(ColorSchemeIndexType value) Method

Sets the color scheme index that replaces the second text color.

Declaration

public void setText2(ColorSchemeIndexType value)

Parameters

Name Type Description
value ColorSchemeIndexType

A color scheme index.