public class BoxAlignContext extends AlignContext
| Constructor and Description |
|---|
BoxAlignContext(RenderBox box) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(AlignContext context) |
long |
getAfterEdge() |
long |
getBaselineDistance(int baseline) |
long |
getBeforeEdge() |
AlignContext |
getFirstChild() |
long |
getInsetsBottom() |
long |
getInsetsTop() |
void |
setAfterEdge(long offset) |
void |
setBeforeEdge(long offset) |
void |
shift(long delta) |
getDominantBaseline, getNext, getNode, setDominantBaseline, setNextpublic BoxAlignContext(RenderBox box)
public void addChild(AlignContext context)
public AlignContext getFirstChild()
public long getInsetsTop()
public long getInsetsBottom()
public long getBaselineDistance(int baseline)
getBaselineDistance in class AlignContextpublic void shift(long delta)
shift in class AlignContextpublic long getAfterEdge()
getAfterEdge in class AlignContextpublic long getBeforeEdge()
getBeforeEdge in class AlignContextpublic void setBeforeEdge(long offset)
public void setAfterEdge(long offset)