IColorSchemeEffectiveData

public interface IColorSchemeEffectiveData

Immutable object which contains effective color scheme properties.


This class is used as a part of IThemeEffectiveData.

Methods

MethodDescription
getByColorSchemeIndex(byte index)Gets the element at the specified index.
getDark1()First dark color in the scheme.
getLight1()First light color in the scheme.
getDark2()Second dark color in the scheme.
getLight2()Second light color in the scheme.
getAccent1()First accent color in the scheme.
getAccent2()Second accent color in the scheme.
getAccent3()Third accent color in the scheme.
getAccent4()Fourth accent color in the scheme.
getAccent5()Fifth accent color in the scheme.
getAccent6()Sixth accent color in the scheme.
getHyperlink()Color for the hyperlinks.
getFollowedHyperlink()Color for the visited hyperlinks.

getByColorSchemeIndex(byte index)

public abstract Integer getByColorSchemeIndex(byte index)

Gets the element at the specified index. Read-only java.lang.Integer.

Parameters:

ParameterTypeDescription
indexbyte

Returns: java.lang.Integer

getDark1()

public abstract Integer getDark1()

First dark color in the scheme. Read-only java.lang.Integer.

Returns: java.lang.Integer

getLight1()

public abstract Integer getLight1()

First light color in the scheme. Read-only java.lang.Integer.

Returns: java.lang.Integer

getDark2()

public abstract Integer getDark2()

Second dark color in the scheme. Read-only java.lang.Integer.

Returns: java.lang.Integer

getLight2()

public abstract Integer getLight2()

Second light color in the scheme. Read-only java.lang.Integer.

Returns: java.lang.Integer

getAccent1()

public abstract Integer getAccent1()

First accent color in the scheme. Read-only java.lang.Integer.

Returns: java.lang.Integer

getAccent2()

public abstract Integer getAccent2()

Second accent color in the scheme. Read-only java.lang.Integer.

Returns: java.lang.Integer

getAccent3()

public abstract Integer getAccent3()

Third accent color in the scheme. Read-only java.lang.Integer.

Returns: java.lang.Integer

getAccent4()

public abstract Integer getAccent4()

Fourth accent color in the scheme. Read-only java.lang.Integer.

Returns: java.lang.Integer

getAccent5()

public abstract Integer getAccent5()

Fifth accent color in the scheme. Read-only java.lang.Integer.

Returns: java.lang.Integer

getAccent6()

public abstract Integer getAccent6()

Sixth accent color in the scheme. Read-only java.lang.Integer.

Returns: java.lang.Integer

public abstract Integer getHyperlink()

Color for the hyperlinks. Read-only java.lang.Integer.

Returns: java.lang.Integer

public abstract Integer getFollowedHyperlink()

Color for the visited hyperlinks. Read-only java.lang.Integer.

Returns: java.lang.Integer