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 classDefaultLayoutStyleUnlike 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 LayoutStyleLayoutElement. getLayoutStyle()Methods in org.pentaho.reporting.libraries.css.dom with parameters of type LayoutStyle Modifier and Type Method Description booleanDefaultLayoutStyle. 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.booleanLayoutStyle. copyFrom(LayoutStyle style)org.pentaho.reporting.libraries.fonts.registry.FontMetricsAbstractOutputMetaData. getFontMetrics(LayoutStyle styleSheet)Returns the font metrics for the font specified in the style sheet.org.pentaho.reporting.libraries.fonts.registry.FontMetricsLayoutOutputMetaData. 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 LayoutStyleStyleResolver. getInitialStyle()Returns the style for a generic element for which none of the defined selectors (except the global one) match.LayoutStyleStyleResolver. 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 LayoutStyleAbstractStyleResolver. getInitialStyle()LayoutStyleDefaultStyleResolver. 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 voidAbstractStyleResolver. copyStyleInformation(LayoutStyle target, CSSDeclarationRule rule, LayoutElement element)
-