public class FontSizeResolveHandler extends ConstantsResolveHandler
| Constructor and Description |
|---|
FontSizeResolveHandler() |
| Modifier and Type | Method and Description |
|---|---|
StyleKey[] |
getRequiredStyles()
This indirectly defines the resolve order.
|
double |
getScaleLargerFactor(double parentSize) |
double |
getScaleSmallerFactor(double parentSize) |
void |
resolve(LayoutProcess process,
LayoutElement currentNode,
StyleKey key)
Resolves a single property.
|
addNormalizeValue, addValue, getFallback, lookupValue, resolveValue, setFallbackpublic StyleKey[] getRequiredStyles()
getRequiredStyles in interface ResolveHandlergetRequiredStyles in class ConstantsResolveHandlerpublic void resolve(LayoutProcess process, LayoutElement currentNode, StyleKey key)
resolve in interface ResolveHandlerresolve in class ConstantsResolveHandlercurrentNode - style - public double getScaleLargerFactor(double parentSize)
public double getScaleSmallerFactor(double parentSize)