Uses of Class
org.pentaho.reporting.libraries.css.model.CSSDeclarationRule
Package
Description
-
Uses of CSSDeclarationRule in org.pentaho.reporting.libraries.css.model
Modifier and TypeClassDescriptionclass
class
Defines 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
Creation-Date: 23.11.2005, 11:00:04class
Creation-Date: 29.05.2006, 18:04:01class
A page rule contains (among others) page area rules as childs.class
Creation-Date: 23.11.2005, 10:59:26 -
Uses of CSSDeclarationRule in org.pentaho.reporting.libraries.css.parser
Modifier 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.Modifier 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.void
CSSValueFactory.parseValue
(CSSDeclarationRule rule, String name, org.w3c.css.sac.LexicalUnit value, boolean important) void
StyleSheetHandler.setStyleRule
(CSSDeclarationRule styleRule) -
Uses of CSSDeclarationRule in org.pentaho.reporting.libraries.css.resolver.impl
Modifier and TypeMethodDescriptionprotected void
AbstractStyleResolver.copyStyleInformation
(LayoutStyle target, CSSDeclarationRule rule, LayoutElement element)