ResolveHandler
public class LetterSpacingResolveHandler extends java.lang.Object implements ResolveHandler
Constructor | Description |
---|---|
LetterSpacingResolveHandler() |
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.
|
public StyleKey[] getRequiredStyles()
getRequiredStyles
in interface ResolveHandler
public void resolve(LayoutProcess process, LayoutElement currentNode, StyleKey key)
resolve
in interface ResolveHandler
currentNode
- process
- the current layout process controlling everytingkey
- the style key that is computed.