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.
styleColor
- Color Color
IFillFormatCollectionEffectiveData
ILineFormatCollectionEffectiveData getLineStyles(java.awt.Color styleColor)
Returns a collection of theme defined line styles.
styleColor
- Color Color
ILineFormatCollectionEffectiveData
IEffectStyleCollectionEffectiveData getEffectStyles(java.awt.Color styleColor)
Returns a collection of theme defined effect styles.
styleColor
- Color Color
IEffectStyleCollectionEffectiveData
IFillFormatCollectionEffectiveData getBackgroundFillStyles(java.awt.Color styleColor)
Returns a collection of theme defined background fill styles.
styleColor
- Color Color
IFillFormatCollectionEffectiveData