com.aspose.slides
Interface IColorSchemeEffectiveData

All Known Implementing Classes:
ColorSchemeEffectiveData

public interface IColorSchemeEffectiveData

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.
 

Method Detail

getByColorSchemeIndex

java.awt.Color getByColorSchemeIndex(byte index)

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


getDark1

java.awt.Color getDark1()

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


getLight1

java.awt.Color getLight1()

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


getDark2

java.awt.Color getDark2()

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


getLight2

java.awt.Color getLight2()

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


getAccent1

java.awt.Color getAccent1()

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


getAccent2

java.awt.Color getAccent2()

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


getAccent3

java.awt.Color getAccent3()

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


getAccent4

java.awt.Color getAccent4()

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


getAccent5

java.awt.Color getAccent5()

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


getAccent6

java.awt.Color getAccent6()

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


getHyperlink

java.awt.Color getHyperlink()

Color for the hyperlinks. Read-only Color.


getFollowedHyperlink

java.awt.Color getFollowedHyperlink()

Color for the visited hyperlinks. Read-only Color.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.