public interface IThemeEffectiveData
Immutable object which contains effective theme properties.
ITheme
interface to return effective formatting values with inheritance applied.
Modifier and Type | Method and Description |
---|---|
IColorSchemeEffectiveData |
getColorScheme(java.awt.Color styleColor)
Returns the color scheme.
|
IFontSchemeEffectiveData |
getFontScheme()
Returns the font scheme.
|
IFormatSchemeEffectiveData |
getFormatScheme()
Returns the shape format scheme.
|
IColorSchemeEffectiveData getColorScheme(java.awt.Color styleColor)
Returns the color scheme.
IFontSchemeEffectiveData getFontScheme()
Returns the font scheme.
Read-only IFontSchemeEffectiveData
.
IFormatSchemeEffectiveData getFormatScheme()
Returns the shape format scheme.
Read-only IFormatSchemeEffectiveData
.