|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ColorSchemeEffectiveData
public class ColorSchemeEffectiveData
Immutable ColorScheme object.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.awt.Color getByColorSchemeIndex(byte index)
IColorSchemeEffectiveData
Gets the element at the specified index.
Read-only Color
.
getByColorSchemeIndex
in interface IColorSchemeEffectiveData
public java.awt.Color getDark1()
IColorSchemeEffectiveData
First dark color in the scheme.
Read-only Color
.
getDark1
in interface IColorSchemeEffectiveData
public java.awt.Color getLight1()
IColorSchemeEffectiveData
First light color in the scheme.
Read-only Color
.
getLight1
in interface IColorSchemeEffectiveData
public java.awt.Color getDark2()
IColorSchemeEffectiveData
Second dark color in the scheme.
Read-only Color
.
getDark2
in interface IColorSchemeEffectiveData
public java.awt.Color getLight2()
IColorSchemeEffectiveData
Second light color in the scheme.
Read-only Color
.
getLight2
in interface IColorSchemeEffectiveData
public java.awt.Color getAccent1()
IColorSchemeEffectiveData
First accent color in the scheme.
Read-only Color
.
getAccent1
in interface IColorSchemeEffectiveData
public java.awt.Color getAccent2()
IColorSchemeEffectiveData
Second accent color in the scheme.
Read-only Color
.
getAccent2
in interface IColorSchemeEffectiveData
public java.awt.Color getAccent3()
IColorSchemeEffectiveData
Third accent color in the scheme.
Read-only Color
.
getAccent3
in interface IColorSchemeEffectiveData
public java.awt.Color getAccent4()
IColorSchemeEffectiveData
Fourth accent color in the scheme.
Read-only Color
.
getAccent4
in interface IColorSchemeEffectiveData
public java.awt.Color getAccent5()
IColorSchemeEffectiveData
Fifth accent color in the scheme.
Read-only Color
.
getAccent5
in interface IColorSchemeEffectiveData
public java.awt.Color getAccent6()
IColorSchemeEffectiveData
Sixth accent color in the scheme.
Read-only Color
.
getAccent6
in interface IColorSchemeEffectiveData
public java.awt.Color getHyperlink()
IColorSchemeEffectiveData
Color for the hyperlinks.
Read-only Color
.
getHyperlink
in interface IColorSchemeEffectiveData
public java.awt.Color getFollowedHyperlink()
IColorSchemeEffectiveData
Color for the visited hyperlinks.
Read-only Color
.
getFollowedHyperlink
in interface IColorSchemeEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |