IFormatSchemeEffectiveData

public interface IFormatSchemeEffectiveData

Immutable object which contains effective format scheme properties.


This interface is used as a part of IThemeEffectiveData.

Methods

MethodDescription
getFillStyles(Color styleColor)Returns a collection of theme defined fill styles.
getLineStyles(Color styleColor)Returns a collection of theme defined line styles.
getEffectStyles(Color styleColor)Returns a collection of theme defined effect styles.
getBackgroundFillStyles(Color styleColor)Returns a collection of theme defined background fill styles.

getFillStyles(Color styleColor)

public abstract IFillFormatCollectionEffectiveData getFillStyles(Color styleColor)

Returns a collection of theme defined fill styles.

Parameters:

ParameterTypeDescription
styleColorjava.awt.ColorColor java.awt.Color

Returns: IFillFormatCollectionEffectiveData - Collection of effective fill formats IFillFormatCollectionEffectiveData

getLineStyles(Color styleColor)

public abstract ILineFormatCollectionEffectiveData getLineStyles(Color styleColor)

Returns a collection of theme defined line styles.

Parameters:

ParameterTypeDescription
styleColorjava.awt.ColorColor java.awt.Color

Returns: ILineFormatCollectionEffectiveData - Collection of effective line formats ILineFormatCollectionEffectiveData

getEffectStyles(Color styleColor)

public abstract IEffectStyleCollectionEffectiveData getEffectStyles(Color styleColor)

Returns a collection of theme defined effect styles.

Parameters:

ParameterTypeDescription
styleColorjava.awt.ColorColor java.awt.Color

Returns: IEffectStyleCollectionEffectiveData - Collection of effective effect styles IEffectStyleCollectionEffectiveData

getBackgroundFillStyles(Color styleColor)

public abstract IFillFormatCollectionEffectiveData getBackgroundFillStyles(Color styleColor)

Returns a collection of theme defined background fill styles.

Parameters:

ParameterTypeDescription
styleColorjava.awt.ColorColor java.awt.Color

Returns: IFillFormatCollectionEffectiveData - Collection of effective background fill formats IFillFormatCollectionEffectiveData