org.jfree.layouting.layouter.style.resolver

Interface ResolveHandler

public interface ResolveHandler

Creation-Date: 11.12.2005, 14:43:15

Author: Thomas Morgner

Method Summary
StyleKey[]getRequiredStyles()
This indirectly defines the resolve order.
voidresolve(LayoutProcess process, LayoutElement currentNode, StyleKey key)
Resolves a single property.

Method Detail

getRequiredStyles

public StyleKey[] getRequiredStyles()
This indirectly defines the resolve order. The higher the order, the more dependent is the resolver on other resolvers to be complete.

Returns: the array of required style keys.

resolve

public void resolve(LayoutProcess process, LayoutElement currentNode, StyleKey key)
Resolves a single property.

Parameters: process the current layout process controlling everyting currentNode the current layout element that is processed key the style key that is computed.