public interface IFormatSchemeEffectiveData
Immutable object which contains effective format scheme properties.
IThemeEffectiveData
.
Modifier and Type | Method and Description |
---|---|
IFillFormatCollectionEffectiveData |
getBackgroundFillStyles(java.awt.Color styleColor)
Returns a collection of theme defined background fill styles.
|
IEffectStyleCollectionEffectiveData |
getEffectStyles(java.awt.Color styleColor)
Returns a collection of theme defined effect styles.
|
IFillFormatCollectionEffectiveData |
getFillStyles(java.awt.Color styleColor)
Returns a collection of theme defined fill styles.
|
ILineFormatCollectionEffectiveData |
getLineStyles(java.awt.Color styleColor)
Returns a collection of theme defined line styles.
|
IFillFormatCollectionEffectiveData getFillStyles(java.awt.Color styleColor)
Returns a collection of theme defined fill styles.
ILineFormatCollectionEffectiveData getLineStyles(java.awt.Color styleColor)
Returns a collection of theme defined line styles.
IEffectStyleCollectionEffectiveData getEffectStyles(java.awt.Color styleColor)
Returns a collection of theme defined effect styles.
IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.awt.Color styleColor)
Returns a collection of theme defined background fill styles.