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 Color getByColorSchemeIndex(byte index)

Gets the element at the specified index. Read-only java.awt.Color.

Parameters:

ParameterTypeDescription
indexbyte

Returns: java.awt.Color

getDark1()

public abstract Color getDark1()

First dark color in the scheme. Read-only java.awt.Color.

Returns: java.awt.Color

getLight1()

public abstract Color getLight1()

First light color in the scheme. Read-only java.awt.Color.

Returns: java.awt.Color

getDark2()

public abstract Color getDark2()

Second dark color in the scheme. Read-only java.awt.Color.

Returns: java.awt.Color

getLight2()

public abstract Color getLight2()

Second light color in the scheme. Read-only java.awt.Color.

Returns: java.awt.Color

getAccent1()

public abstract Color getAccent1()

First accent color in the scheme. Read-only java.awt.Color.

Returns: java.awt.Color

getAccent2()

public abstract Color getAccent2()

Second accent color in the scheme. Read-only java.awt.Color.

Returns: java.awt.Color

getAccent3()

public abstract Color getAccent3()

Third accent color in the scheme. Read-only java.awt.Color.

Returns: java.awt.Color

getAccent4()

public abstract Color getAccent4()

Fourth accent color in the scheme. Read-only java.awt.Color.

Returns: java.awt.Color

getAccent5()

public abstract Color getAccent5()

Fifth accent color in the scheme. Read-only java.awt.Color.

Returns: java.awt.Color

getAccent6()

public abstract Color getAccent6()

Sixth accent color in the scheme. Read-only java.awt.Color.

Returns: java.awt.Color

public abstract Color getHyperlink()

Color for the hyperlinks. Read-only java.awt.Color.

Returns: java.awt.Color

public abstract Color getFollowedHyperlink()

Color for the visited hyperlinks. Read-only java.awt.Color.

Returns: java.awt.Color