Uses of Class
org.pentaho.reporting.libraries.css.model.StyleRule
-
Packages that use StyleRule Package Description org.pentaho.reporting.libraries.css.model org.pentaho.reporting.libraries.css.parser -
-
Uses of StyleRule in org.pentaho.reporting.libraries.css.model
Subclasses of StyleRule in org.pentaho.reporting.libraries.css.model Modifier and Type Class Description classCSSCounterRuleclassCSSDeclarationRuleThis class is a merger between the CSSStyleDeclaration and the other stylerule classes holding property name pairs.classCSSFontFaceRuleDefines 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.classCSSMediaRuleCreation-Date: 23.11.2005, 11:00:04classCSSPageAreaRuleCreation-Date: 29.05.2006, 18:04:01classCSSPageRuleA page rule contains (among others) page area rules as childs.classCSSStyleRuleCreation-Date: 23.11.2005, 10:59:26Methods in org.pentaho.reporting.libraries.css.model that return StyleRule Modifier and Type Method Description StyleRuleStyleRule. getParentRule()StyleRuleCSSMediaRule. getRule(int index)StyleRuleStyleSheet. getRule(int index)Methods in org.pentaho.reporting.libraries.css.model with parameters of type StyleRule Modifier and Type Method Description voidCSSMediaRule. addRule(StyleRule rule)voidStyleSheet. addRule(StyleRule rule)voidCSSMediaRule. insertRule(int index, StyleRule rule)voidStyleSheet. insertRule(int index, StyleRule rule)protected voidStyleRule. setParentRule(StyleRule parentRule)Constructors in org.pentaho.reporting.libraries.css.model with parameters of type StyleRule Constructor Description CSSCounterRule(StyleSheet parentStyle, StyleRule parentRule, String name)CSSDeclarationRule(StyleSheet parentStyle, StyleRule parentRule)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)StyleRule(StyleSheet parentStyle, StyleRule parentRule) -
Uses of StyleRule in org.pentaho.reporting.libraries.css.parser
Methods in org.pentaho.reporting.libraries.css.parser that return StyleRule Modifier and Type Method Description protected StyleRuleStyleSheetHandler. getParentRule()Methods in org.pentaho.reporting.libraries.css.parser with parameters of type StyleRule Modifier and Type Method Description voidStyleSheetHandler. init(StyleKeyRegistry styleKeyRegistry, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, org.pentaho.reporting.libraries.resourceloader.ResourceKey source, long version, StyleRule parentRule)
-