Uses of Interface
org.pentaho.reporting.libraries.css.dom.LayoutStyle
Packages that use LayoutStyle
Package
Description
-
Uses of LayoutStyle in org.pentaho.reporting.libraries.css.dom
Classes in org.pentaho.reporting.libraries.css.dom that implement LayoutStyleModifier and TypeClassDescriptionfinal class
Unlike the old JFreeReport stylesheet, this implementation has no inheritance at all.Methods in org.pentaho.reporting.libraries.css.dom that return LayoutStyleMethods in org.pentaho.reporting.libraries.css.dom with parameters of type LayoutStyleModifier 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
Methods in org.pentaho.reporting.libraries.css.resolver that return LayoutStyleModifier 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
Methods in org.pentaho.reporting.libraries.css.resolver.impl that return LayoutStyleModifier and TypeMethodDescriptionAbstractStyleResolver.getInitialStyle()
DefaultStyleResolver.resolvePageStyle
(CSSValue pageName, PseudoPage[] pseudoPages, PageAreaType pageArea) Methods in org.pentaho.reporting.libraries.css.resolver.impl with parameters of type LayoutStyleModifier and TypeMethodDescriptionprotected void
AbstractStyleResolver.copyStyleInformation
(LayoutStyle target, CSSDeclarationRule rule, LayoutElement element)