org.jfree.layouting.renderer.process.valign
Class BoxAlignContext
java.lang.Object
org.jfree.layouting.renderer.process.valign.AlignContext
org.jfree.layouting.renderer.process.valign.BoxAlignContext
public class BoxAlignContext
- extends AlignContext
Creation-Date: 13.10.2006, 22:22:10
- Author:
- Thomas Morgner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoxAlignContext
public BoxAlignContext(RenderBox box)
addChild
public void addChild(AlignContext context)
getFirstChild
public AlignContext getFirstChild()
getInsetsTop
public long getInsetsTop()
getInsetsBottom
public long getInsetsBottom()
getBaselineDistance
public long getBaselineDistance(int baseline)
- Specified by:
getBaselineDistance
in class AlignContext
shift
public void shift(long delta)
- Specified by:
shift
in class AlignContext
getAfterEdge
public long getAfterEdge()
- Specified by:
getAfterEdge
in class AlignContext
getBeforeEdge
public long getBeforeEdge()
- Specified by:
getBeforeEdge
in class AlignContext
setBeforeEdge
public void setBeforeEdge(long offset)
setAfterEdge
public void setAfterEdge(long offset)