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
-
-
Constructor Summary
Constructors Constructor Description BoxAlignContext(RenderBox box)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(AlignContext context)longgetAfterEdge()longgetBaselineDistance(int baseline)longgetBeforeEdge()AlignContextgetFirstChild()longgetInsetsBottom()longgetInsetsTop()voidsetAfterEdge(long offset)voidsetBeforeEdge(long offset)voidshift(long delta)-
Methods inherited from class org.jfree.layouting.renderer.process.valign.AlignContext
getDominantBaseline, getNext, getNode, setDominantBaseline, setNext
-
-
-
-
Constructor Detail
-
BoxAlignContext
public BoxAlignContext(RenderBox box)
-
-
Method Detail
-
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:
getBaselineDistancein classAlignContext
-
shift
public void shift(long delta)
- Specified by:
shiftin classAlignContext
-
getAfterEdge
public long getAfterEdge()
- Specified by:
getAfterEdgein classAlignContext
-
getBeforeEdge
public long getBeforeEdge()
- Specified by:
getBeforeEdgein classAlignContext
-
setBeforeEdge
public void setBeforeEdge(long offset)
-
setAfterEdge
public void setAfterEdge(long offset)
-
-