org.jfree.layouting.layouter.style.resolver.computed
public abstract class ConstantsResolveHandler extends java.lang.Object implements ResolveHandler
Modifier | Constructor and Description |
---|---|
protected |
ConstantsResolveHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
addNormalizeValue(CSSConstant constant) |
protected void |
addValue(CSSConstant constant,
CSSValue value) |
CSSValue |
getFallback() |
StyleKey[] |
getRequiredStyles()
This indirectly defines the resolve order.
|
protected CSSValue |
lookupValue(CSSConstant value) |
void |
resolve(LayoutProcess process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
protected CSSValue |
resolveValue(LayoutProcess process,
LayoutElement currentNode,
StyleKey key) |
protected void |
setFallback(CSSValue fallback) |
public CSSValue getFallback()
protected void setFallback(CSSValue fallback)
protected CSSValue lookupValue(CSSConstant value)
protected void addValue(CSSConstant constant, CSSValue value)
protected void addNormalizeValue(CSSConstant constant)
public StyleKey[] getRequiredStyles()
getRequiredStyles
in interface ResolveHandler
public void resolve(LayoutProcess process, LayoutElement currentNode, StyleKey key)
resolve
in interface ResolveHandler
currentNode
- style
- protected CSSValue resolveValue(LayoutProcess process, LayoutElement currentNode, StyleKey key)