Uses of Interface
org.pentaho.reporting.libraries.css.dom.LayoutStyle
-
Packages that use LayoutStyle Package Description org.pentaho.reporting.libraries.css.dom org.pentaho.reporting.libraries.css.resolver org.pentaho.reporting.libraries.css.resolver.impl -
-
Uses of LayoutStyle in org.pentaho.reporting.libraries.css.dom
Classes in org.pentaho.reporting.libraries.css.dom that implement LayoutStyle Modifier and Type Class Description class
DefaultLayoutStyle
Unlike the old JFreeReport stylesheet, this implementation has no inheritance at all.Methods in org.pentaho.reporting.libraries.css.dom that return LayoutStyle Modifier and Type Method Description LayoutStyle
LayoutElement. getLayoutStyle()
Methods in org.pentaho.reporting.libraries.css.dom with parameters of type LayoutStyle Modifier and Type Method Description boolean
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 LayoutStyle Modifier and Type Method Description LayoutStyle
StyleResolver. getInitialStyle()
Returns the style for a generic element for which none of the defined selectors (except the global one) match.LayoutStyle
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 LayoutStyle Modifier and Type Method Description LayoutStyle
AbstractStyleResolver. getInitialStyle()
LayoutStyle
DefaultStyleResolver. resolvePageStyle(CSSValue pageName, PseudoPage[] pseudoPages, PageAreaType pageArea)
Methods in org.pentaho.reporting.libraries.css.resolver.impl with parameters of type LayoutStyle Modifier and Type Method Description protected void
AbstractStyleResolver. copyStyleInformation(LayoutStyle target, CSSDeclarationRule rule, LayoutElement element)
-