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