org.jfree.layouting.layouter.style.resolver
public interface ResolveHandler
Method Summary | |
---|---|
StyleKey[] | getRequiredStyles()
This indirectly defines the resolve order. |
void | resolve(LayoutProcess process, LayoutElement currentNode, StyleKey key)
Resolves a single property.
|
Returns: the array of required style keys.
Parameters: process the current layout process controlling everyting currentNode the current layout element that is processed key the style key that is computed.