com.aspose.slides
Class FormatSchemeEffectiveData

java.lang.Object
  extended by com.aspose.slides.FormatSchemeEffectiveData
All Implemented Interfaces:
IFormatSchemeEffectiveData

public class FormatSchemeEffectiveData
extends java.lang.Object
implements IFormatSchemeEffectiveData

Immutable FormatScheme object.


Method Summary
 IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.awt.Color styleColor)
           
 IEffectStyleCollectionEffectiveData getEffectStyles(java.awt.Color styleColor)
           
 IFillFormatCollectionEffectiveData getFillStyles(java.awt.Color styleColor)
           
 ILineFormatCollectionEffectiveData getLineStyles(java.awt.Color styleColor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillStyles

public IFillFormatCollectionEffectiveData getFillStyles(java.awt.Color styleColor)
Specified by:
getFillStyles in interface IFormatSchemeEffectiveData

getLineStyles

public ILineFormatCollectionEffectiveData getLineStyles(java.awt.Color styleColor)
Specified by:
getLineStyles in interface IFormatSchemeEffectiveData

getEffectStyles

public IEffectStyleCollectionEffectiveData getEffectStyles(java.awt.Color styleColor)
Specified by:
getEffectStyles in interface IFormatSchemeEffectiveData

getBackgroundFillStyles

public IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.awt.Color styleColor)
Specified by:
getBackgroundFillStyles in interface IFormatSchemeEffectiveData