|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A container for a set of layout parts that are laid out as a whole. Typically used as input to a layout engine. As such, its contents must be current with the data model it represents before the engine performs a layout.
Method Summary | |
java.util.Collection |
getLayoutParts(java.util.Collection retVal)
Gets the layout parts in this whole. |
AxisBound3 |
getPartsLayoutBound(AxisBound3 retVal)
Returns the smallest bounds containing all of the parts in this whole, in layout space. |
AxisBound3 |
getWholeLayoutBound(AxisBound3 retVal)
Gets the largest bound allowed by the whole space, in layout space. |
Method Detail |
public java.util.Collection getLayoutParts(java.util.Collection retVal)
public AxisBound3 getPartsLayoutBound(AxisBound3 retVal)
retVal
- Return value object. Never null.
public AxisBound3 getWholeLayoutBound(AxisBound3 retVal)
retVal
- Return value object. Never null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |