Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.layouting.layouter.style.resolver.AbstractStyleResolver
org.jfree.layouting.layouter.style.resolver.FlatStyleResolver
public class FlatStyleResolver
extends AbstractStyleResolver
Nested Class Summary |
Nested classes/interfaces inherited from class org.jfree.layouting.layouter.style.resolver.AbstractStyleResolver | |
AbstractStyleResolver.AbstractStyleResolverState |
Constructor Summary | |
Method Summary | |
StyleResolver | |
void |
|
boolean |
|
protected void |
|
LayoutStyle |
|
void |
|
State |
Methods inherited from class org.jfree.layouting.layouter.style.resolver.AbstractStyleResolver | |
containsAttrFunction , copyStyleInformation , createAnonymousContext , fillState , getDocumentContext , getInitialStyle , getKeys , getLayoutProcess , getNamespaces , initialize , loadInitialStyle , resolveOutOfContext , resolveValue |
public StyleResolver deriveInstance()
- Specified by:
- deriveInstance in interface StyleResolver
public void initialize(LayoutProcess layoutProcess)
- Specified by:
- initialize in interface StyleResolver
- Overrides:
- initialize in interface AbstractStyleResolver
public boolean isPseudoElementStyleResolvable(LayoutElement element, String pseudo)
Performs tests, whether there is a pseudo-element definition for the given element. The element itself can be a pseudo-element as well.
- Specified by:
- isPseudoElementStyleResolvable in interface StyleResolver
- Parameters:
element
-pseudo
-
- Returns:
protected void resolveOutOfContext(LayoutElement element)
- Overrides:
- resolveOutOfContext in interface AbstractStyleResolver
public LayoutStyle resolvePageStyle(CSSValue pageName, PseudoPage[] pseudoPages, PageAreaType pageArea)
- Specified by:
- resolvePageStyle in interface StyleResolver
public void resolveStyle(LayoutElement node)
Resolves the style. This is guaranteed to be called in the order of the document elements traversing the document tree using the 'deepest-node-first' strategy.
- Specified by:
- resolveStyle in interface StyleResolver
- Parameters:
node
-
public State saveState() throws StateException
- Specified by:
- saveState in interface StatefullComponent