Uses of Class
org.pentaho.reporting.libraries.css.model.StyleSheet
-
Packages that use StyleSheet Package Description org.pentaho.reporting.libraries.css org.pentaho.reporting.libraries.css.model org.pentaho.reporting.libraries.css.parser -
-
Uses of StyleSheet in org.pentaho.reporting.libraries.css
Methods in org.pentaho.reporting.libraries.css with parameters of type StyleSheet Modifier and Type Method Description static CSSPageRule
StyleSheetUtility. createRuleForPage(StyleSheet style, PageFormat format)
-
Uses of StyleSheet in org.pentaho.reporting.libraries.css.model
Methods in org.pentaho.reporting.libraries.css.model that return StyleSheet Modifier and Type Method Description StyleSheet
StyleRule. getParentStyle()
StyleSheet
StyleSheet. getStyleSheet(int index)
Methods in org.pentaho.reporting.libraries.css.model with parameters of type StyleSheet Modifier and Type Method Description void
StyleSheet. addStyleSheet(StyleSheet styleSheet)
void
StyleSheet. removeStyleSheet(StyleSheet styleSheet)
protected void
StyleRule. setParentStyle(StyleSheet parentStyle)
Constructors in org.pentaho.reporting.libraries.css.model with parameters of type StyleSheet 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 StyleSheet in org.pentaho.reporting.libraries.css.parser
Methods in org.pentaho.reporting.libraries.css.parser that return StyleSheet Modifier and Type Method Description StyleSheet
StyleSheetHandler. getStyleSheet()
Methods in org.pentaho.reporting.libraries.css.parser with parameters of type StyleSheet Modifier and Type Method Description void
StyleSheetHandler. setStyleSheet(StyleSheet styleSheet)
-