public interface ResolveHandler
Modifier and Type | Method and Description |
---|---|
StyleKey[] |
getRequiredStyles()
This indirectly defines the resolve order.
|
void |
resolve(DocumentContext process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
StyleKey[] getRequiredStyles()
void resolve(DocumentContext process, LayoutElement currentNode, StyleKey key)
process
- the current layout process controlling everytingcurrentNode
- the current layout element that is processedkey
- the style key that is computed.