org.jfree.layouting.layouter.style.resolver
Interface StyleResolver
- StatefullComponent
- AbstractStyleResolver, DefaultStyleResolver, FlatStyleResolver
public interface StyleResolver
Creation-Date: 05.12.2005, 18:03:52
isPseudoElementStyleResolvable
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.
resolveStyle
public void resolveStyle(LayoutElement element)
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.