| java.lang.Object org.jfree.report.style.AbstractStyleSheet
All known Subclasses: org.jfree.report.layout.style.ParagraphPoolboxStyleSheet, org.jfree.report.layout.style.SimpleStyleSheet, org.jfree.report.layout.style.NonDynamicHeightWrapperStyleSheet, org.jfree.report.layout.text.CacheStyleSheet, org.jfree.report.style.ElementStyleSheet, org.jfree.report.layout.style.DynamicReplacedContentStyleSheet, org.jfree.report.layout.style.AnchorStyleSheet, org.jfree.report.layout.style.SectionKeepTogetherStyleSheet, org.jfree.report.layout.style.ManualBreakIndicatorStyleSheet, org.jfree.report.layout.style.NonDynamicReplacedContentStyleSheet, org.jfree.report.layout.style.NonPaddingWrapperStyleSheet, org.jfree.report.layout.style.DynamicHeightWrapperStyleSheet, org.jfree.report.style.ImmutableStyleSheet,
AbstractStyleSheet | abstract public class AbstractStyleSheet implements StyleSheet(Code) | | Creation-Date: 22.04.2007, 16:48:33
author: Thomas Morgner |
AbstractStyleSheet | protected AbstractStyleSheet()(Code) | | |
getBooleanStyleProperty | public boolean getBooleanStyleProperty(StyleKey key)(Code) | | Returns a boolean style (defaults to false if the style is not found).
Parameters: key - the style key. true or false . |
getBooleanStyleProperty | public boolean getBooleanStyleProperty(StyleKey key, boolean defaultValue)(Code) | | Returns a boolean style.
Parameters: key - the style key. Parameters: defaultValue - the default value. true or false. |
getChangeTracker | public long getChangeTracker()(Code) | | |
getDoubleStyleProperty | public double getDoubleStyleProperty(StyleKey key, double def)(Code) | | Returns an double style.
Parameters: key - the style key. Parameters: def - the default value. the style value. |
getFontDefinitionProperty | public FontDefinition getFontDefinitionProperty()(Code) | | Returns the font for this style-sheet.
the font. |
getId | public InstanceID getId()(Code) | | Returns the ID of the stylesheet. The ID does identify an element stylesheet an all all cloned instances of that
stylesheet.
the ID of this stylesheet. |
getIntStyleProperty | public int getIntStyleProperty(StyleKey key, int def)(Code) | | Returns an integer style.
Parameters: key - the style key. Parameters: def - the default value. the style value. |
getStyleProperty | public Object getStyleProperty(StyleKey key)(Code) | | Returns the value of a style. If the style is not found in this style-sheet, the code looks in the parent
style-sheets. If the style is not found in any of the parent style-sheets, then null is returned.
Parameters: key - the style key. the value. |
|
|