com.aspose.slides
Class ColorSchemeEffectiveData

java.lang.Object
  extended by com.aspose.slides.ColorSchemeEffectiveData
All Implemented Interfaces:
IColorSchemeEffectiveData

public class ColorSchemeEffectiveData
extends java.lang.Object
implements 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getByColorSchemeIndex

public java.awt.Color getByColorSchemeIndex(byte index)
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getByColorSchemeIndex in interface IColorSchemeEffectiveData

getDark1

public java.awt.Color getDark1()
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getDark1 in interface IColorSchemeEffectiveData

getLight1

public java.awt.Color getLight1()
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getLight1 in interface IColorSchemeEffectiveData

getDark2

public java.awt.Color getDark2()
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getDark2 in interface IColorSchemeEffectiveData

getLight2

public java.awt.Color getLight2()
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getLight2 in interface IColorSchemeEffectiveData

getAccent1

public java.awt.Color getAccent1()
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getAccent1 in interface IColorSchemeEffectiveData

getAccent2

public java.awt.Color getAccent2()
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getAccent2 in interface IColorSchemeEffectiveData

getAccent3

public java.awt.Color getAccent3()
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getAccent3 in interface IColorSchemeEffectiveData

getAccent4

public java.awt.Color getAccent4()
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getAccent4 in interface IColorSchemeEffectiveData

getAccent5

public java.awt.Color getAccent5()
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getAccent5 in interface IColorSchemeEffectiveData

getAccent6

public java.awt.Color getAccent6()
Description copied from interface: IColorSchemeEffectiveData

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

Specified by:
getAccent6 in interface IColorSchemeEffectiveData

getHyperlink

public java.awt.Color getHyperlink()
Description copied from interface: IColorSchemeEffectiveData

Color for the hyperlinks. Read-only Color.

Specified by:
getHyperlink in interface IColorSchemeEffectiveData

getFollowedHyperlink

public java.awt.Color getFollowedHyperlink()
Description copied from interface: IColorSchemeEffectiveData

Color for the visited hyperlinks. Read-only Color.

Specified by:
getFollowedHyperlink in interface IColorSchemeEffectiveData


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