public class CSSLayout
extends java.lang.Object
LayoutEngine#layoutNode(CSSNode, float) will go in the CSSNode.| Modifier and Type | Field and Description |
|---|---|
float |
bottom |
CSSDirection |
direction |
float |
height |
float |
left |
float |
right |
float |
top |
float |
width |
| Constructor and Description |
|---|
CSSLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(CSSLayout layout) |
void |
resetResult()
This should always get called before calling
LayoutEngine#layoutNode(CSSNode, float) |
java.lang.String |
toString() |
public float top
public float left
public float right
public float bottom
public float width
public float height
public CSSDirection direction
public void resetResult()
LayoutEngine#layoutNode(CSSNode, float)public void copy(CSSLayout layout)
public java.lang.String toString()
toString in class java.lang.Object