Uses of Interface
org.pentaho.reporting.libraries.css.dom.LayoutStyle
Package
Description
-
Uses of LayoutStyle in org.pentaho.reporting.libraries.css.dom
Modifier and TypeClassDescriptionfinal class
Unlike the old JFreeReport stylesheet, this implementation has no inheritance at all.Modifier and TypeMethodDescriptionboolean
DefaultLayoutStyle.copyFrom
(LayoutStyle style) Attempts to copy the supplied style information into this style object and returns a success code indicating if the copy was performed.boolean
LayoutStyle.copyFrom
(LayoutStyle style) org.pentaho.reporting.libraries.fonts.registry.FontMetrics
AbstractOutputMetaData.getFontMetrics
(LayoutStyle styleSheet) Returns the font metrics for the font specified in the style sheet.org.pentaho.reporting.libraries.fonts.registry.FontMetrics
LayoutOutputMetaData.getFontMetrics
(LayoutStyle style) -
Uses of LayoutStyle in org.pentaho.reporting.libraries.css.resolver
Modifier and TypeMethodDescriptionStyleResolver.getInitialStyle()
Returns the style for a generic element for which none of the defined selectors (except the global one) match.StyleResolver.resolvePageStyle
(CSSValue pageName, PseudoPage[] pseudoPages, PageAreaType pageArea) -
Uses of LayoutStyle in org.pentaho.reporting.libraries.css.resolver.impl
Modifier and TypeMethodDescriptionAbstractStyleResolver.getInitialStyle()
DefaultStyleResolver.resolvePageStyle
(CSSValue pageName, PseudoPage[] pseudoPages, PageAreaType pageArea) Modifier and TypeMethodDescriptionprotected void
AbstractStyleResolver.copyStyleInformation
(LayoutStyle target, CSSDeclarationRule rule, LayoutElement element)