public interface IColorSchemeEffectiveData
Immutable object which contains effective color scheme properties.
IThemeEffectiveData
.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccent1()
First accent color in the scheme.
|
java.lang.Integer |
getAccent2()
Second accent color in the scheme.
|
java.lang.Integer |
getAccent3()
Third accent color in the scheme.
|
java.lang.Integer |
getAccent4()
Fourth accent color in the scheme.
|
java.lang.Integer |
getAccent5()
Fifth accent color in the scheme.
|
java.lang.Integer |
getAccent6()
Sixth accent color in the scheme.
|
java.lang.Integer |
getByColorSchemeIndex(byte index)
Gets the element at the specified index.
|
java.lang.Integer |
getDark1()
First dark color in the scheme.
|
java.lang.Integer |
getDark2()
Second dark color in the scheme.
|
java.lang.Integer |
getFollowedHyperlink()
Color for the visited hyperlinks.
|
java.lang.Integer |
getHyperlink()
Color for the hyperlinks.
|
java.lang.Integer |
getLight1()
First light color in the scheme.
|
java.lang.Integer |
getLight2()
Second light color in the scheme.
|
java.lang.Integer getByColorSchemeIndex(byte index)
Gets the element at the specified index.
Read-only Integer
.
java.lang.Integer getDark1()
First dark color in the scheme.
Read-only Integer
.
java.lang.Integer getLight1()
First light color in the scheme.
Read-only Integer
.
java.lang.Integer getDark2()
Second dark color in the scheme.
Read-only Integer
.
java.lang.Integer getLight2()
Second light color in the scheme.
Read-only Integer
.
java.lang.Integer getAccent1()
First accent color in the scheme.
Read-only Integer
.
java.lang.Integer getAccent2()
Second accent color in the scheme.
Read-only Integer
.
java.lang.Integer getAccent3()
Third accent color in the scheme.
Read-only Integer
.
java.lang.Integer getAccent4()
Fourth accent color in the scheme.
Read-only Integer
.
java.lang.Integer getAccent5()
Fifth accent color in the scheme.
Read-only Integer
.
java.lang.Integer getAccent6()
Sixth accent color in the scheme.
Read-only Integer
.
java.lang.Integer getHyperlink()
Color for the hyperlinks.
Read-only Integer
.
java.lang.Integer getFollowedHyperlink()
Color for the visited hyperlinks.
Read-only Integer
.