Class FontSizeResolveHandler
- java.lang.Object
-
- org.jfree.layouting.layouter.style.resolver.percentages.fonts.FontSizeResolveHandler
-
- All Implemented Interfaces:
ResolveHandler
public class FontSizeResolveHandler extends java.lang.Object implements ResolveHandler
Creation-Date: 18.12.2005, 18:06:23- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description FontSizeResolveHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.- Specified by:
getRequiredStylesin interfaceResolveHandler- Returns:
-
resolve
public void resolve(LayoutProcess process, LayoutElement currentNode, StyleKey key)
Description copied from interface:ResolveHandlerResolves a single property.- Specified by:
resolvein interfaceResolveHandler- Parameters:
process- the current layout process controlling everytingcurrentNode- the current layout element that is processedkey- the style key that is computed.
-
-