| Package | Description |
|---|---|
| org.pentaho.reporting.libraries.css.dom | |
| org.pentaho.reporting.libraries.css.resolver | |
| org.pentaho.reporting.libraries.css.resolver.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLayoutStyle
Unlike the old JFreeReport stylesheet, this implementation has no inheritance
at all.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutStyle |
LayoutElement.getLayoutStyle() |
| Modifier and Type | Method and 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 |
LayoutOutputMetaData.getFontMetrics(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.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
LayoutStyle |
AbstractStyleResolver.getInitialStyle() |
LayoutStyle |
DefaultStyleResolver.resolvePageStyle(CSSValue pageName,
PseudoPage[] pseudoPages,
PageAreaType pageArea) |