Uses of Class
org.pentaho.reporting.libraries.css.model.CSSDeclarationRule
Packages that use CSSDeclarationRule
Package
Description
-
Uses of CSSDeclarationRule in org.pentaho.reporting.libraries.css.model
Subclasses of CSSDeclarationRule in org.pentaho.reporting.libraries.css.modelModifier and TypeClassDescriptionclassclassDefines 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.classCreation-Date: 23.11.2005, 11:00:04classCreation-Date: 29.05.2006, 18:04:01classA page rule contains (among others) page area rules as childs.classCreation-Date: 23.11.2005, 10:59:26 -
Uses of CSSDeclarationRule in org.pentaho.reporting.libraries.css.parser
Methods in org.pentaho.reporting.libraries.css.parser that return CSSDeclarationRuleModifier and TypeMethodDescriptionStyleSheetHandler.getStyleRule()StyleSheetParserUtil.parseStyleRule(Map namespaces, String styleText, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseURL, CSSDeclarationRule baseRule, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, StyleKeyRegistry styleKeyRegistry) Parses a style rule.Methods in org.pentaho.reporting.libraries.css.parser with parameters of type CSSDeclarationRuleModifier and TypeMethodDescriptionStyleSheetParserUtil.parseStyleRule(Map namespaces, String styleText, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseURL, CSSDeclarationRule baseRule, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, StyleKeyRegistry styleKeyRegistry) Parses a style rule.StyleSheetParserUtil.parseStyles(Map namespaces, String name, String value, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseURL, CSSDeclarationRule baseRule, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, StyleKeyRegistry styleKeyRegistry) Parses a style value.voidCSSValueFactory.parseValue(CSSDeclarationRule rule, String name, org.w3c.css.sac.LexicalUnit value, boolean important) voidStyleSheetHandler.setStyleRule(CSSDeclarationRule styleRule) -
Uses of CSSDeclarationRule in org.pentaho.reporting.libraries.css.resolver.impl
Methods in org.pentaho.reporting.libraries.css.resolver.impl with parameters of type CSSDeclarationRuleModifier and TypeMethodDescriptionprotected voidAbstractStyleResolver.copyStyleInformation(LayoutStyle target, CSSDeclarationRule rule, LayoutElement element)