public class FontSizeAdjustResolveHandler extends java.lang.Object implements ResolveHandler
| Constructor and Description |
|---|
FontSizeAdjustResolveHandler() |
| Modifier and Type | Method and Description |
|---|---|
StyleKey[] |
getRequiredStyles()
This indirectly defines the resolve order.
|
void |
resolve(LayoutProcess process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
public StyleKey[] getRequiredStyles()
getRequiredStyles in interface ResolveHandlerpublic void resolve(LayoutProcess process, LayoutElement currentNode, StyleKey key)
ResolveHandlerresolve in interface ResolveHandlerprocess - the current layout process controlling everytingcurrentNode - the current layout element that is processedkey - the style key that is computed.