public static interface CSSNode.MeasureFunction
| Modifier and Type | Method and Description |
|---|---|
void |
measure(CSSNode node,
float width,
MeasureOutput measureOutput)
Should measure the given node and put the result in the given MeasureOutput.
|
void measure(CSSNode node, float width, MeasureOutput measureOutput)