org.jfree.layouting.layouter.style.resolver
public class DefaultStyleResolver extends AbstractStyleResolver
| Constructor Summary | |
|---|---|
| DefaultStyleResolver() | |
| Method Summary | |
|---|---|
| StyleResolver | deriveInstance() |
| void | initialize(LayoutProcess layoutProcess) |
| boolean | isPseudoElementStyleResolvable(LayoutElement element, String pseudo)
Performs tests, whether there is a pseudo-element definition for the given
element. |
| protected void | resolveOutOfContext(LayoutElement element) |
| LayoutStyle | resolvePageStyle(CSSValue pageName, PseudoPage[] pseudoPages, PageAreaType pageArea) |
| void | resolveStyle(LayoutElement element)
Resolves the style. |
| State | saveState() |
Parameters: element pseudo
Returns:
Parameters: element the elemen that should be resolved.