|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.vex.layout.InlineBox.Pair
Represents a pair of inline boxes as returned by the split
method.
Constructor Summary | |
InlineBox.Pair(InlineBox left,
InlineBox right)
Class constructor. |
Method Summary | |
InlineBox |
getLeft()
Returns the box to the left of the split. |
InlineBox |
getRight()
Returns the box to the right of the split. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InlineBox.Pair(InlineBox left, InlineBox right)
left
- box to the left of the splitright
- box to the right of the splitMethod Detail |
public InlineBox getLeft()
public InlineBox getRight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |