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