| Package | Description | 
|---|---|
| org.pentaho.reporting.libraries.css.model | |
| org.pentaho.reporting.libraries.css.parser | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CSSCounterRule | 
| class  | CSSDeclarationRuleThis class is a merger between the CSSStyleDeclaration and the other
 stylerule classes holding property name pairs. | 
| class  | CSSFontFaceRuleDefines a new font by either giving a set of properties which describe the
 font (so that the system can find a matching local font) or by providing
 an URL from where to download the font file. | 
| class  | CSSMediaRuleCreation-Date: 23.11.2005, 11:00:04 | 
| class  | CSSPageAreaRuleCreation-Date: 29.05.2006, 18:04:01 | 
| class  | CSSPageRuleA page rule contains (among others) page area rules as childs. | 
| class  | CSSStyleRuleCreation-Date: 23.11.2005, 10:59:26 | 
| Modifier and Type | Method and Description | 
|---|---|
| StyleRule | StyleRule. getParentRule() | 
| StyleRule | StyleSheet. getRule(int index) | 
| StyleRule | CSSMediaRule. getRule(int index) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StyleSheet. addRule(StyleRule rule) | 
| void | CSSMediaRule. addRule(StyleRule rule) | 
| void | StyleSheet. insertRule(int index,
          StyleRule rule) | 
| void | CSSMediaRule. insertRule(int index,
          StyleRule rule) | 
| Constructor and Description | 
|---|
| CSSCounterRule(StyleSheet parentStyle,
              StyleRule parentRule,
              String name) | 
| CSSFontFaceRule(StyleSheet parentStyle,
               StyleRule parentRule) | 
| CSSMediaRule(StyleSheet parentStyle,
            StyleRule parentRule) | 
| CSSPageAreaRule(StyleSheet parentStyle,
               StyleRule parentRule,
               PageAreaType pageArea) | 
| CSSPageRule(StyleSheet parentStyle,
           StyleRule parentRule,
           String name,
           String pseudoPage) | 
| CSSStyleRule(StyleSheet parentStyle,
            StyleRule parentRule) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StyleSheetHandler. init(StyleKeyRegistry styleKeyRegistry,
    org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager,
    org.pentaho.reporting.libraries.resourceloader.ResourceKey source,
    long version,
    StyleRule parentRule) |