Class TextHeightResolveHandler
- java.lang.Object
-
- org.jfree.layouting.layouter.style.resolver.autovalue.line.TextHeightResolveHandler
-
- All Implemented Interfaces:
ResolveHandler
public class TextHeightResolveHandler extends java.lang.Object implements ResolveHandler
-
-
Constructor Summary
Constructors Constructor Description TextHeightResolveHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleKey[]
getRequiredStyles()
This indirectly defines the resolve order.void
resolve(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.- Specified by:
getRequiredStyles
in interfaceResolveHandler
- Returns:
- the array of required style keys.
-
resolve
public void resolve(LayoutProcess process, LayoutElement currentNode, StyleKey key)
Resolves a single property.- Specified by:
resolve
in interfaceResolveHandler
- Parameters:
currentNode
-style
-
-
-