org.jfree.layouting.layouter.style.resolver.computed.fonts

Class FontVariantResolveHandler

Implemented Interfaces:
ResolveHandler

public class FontVariantResolveHandler
extends java.lang.Object
implements ResolveHandler

Creation-Date: 18.12.2005, 20:55:31
Author:
Thomas Morgner

Constructor Summary

FontVariantResolveHandler()

Method Summary

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

Constructor Details

FontVariantResolveHandler

public FontVariantResolveHandler()

Method Details

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 interface ResolveHandler
Returns:

resolve

public void resolve(LayoutProcess process,
                    LayoutElement currentNode,
                    StyleKey key)
Resolves a single property.
Specified by:
resolve in interface ResolveHandler
Parameters:
currentNode -