Package org.eclipse.draw2d
Class FlowLayout.WorkingData
java.lang.Object
org.eclipse.draw2d.FlowLayout.WorkingData
- Enclosing class:
- FlowLayout
Holds the necessary information for layout calculations.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
bounds
- 
area
- 
row
- 
rowHeightpublic int rowHeight
- 
rowWidthpublic int rowWidth
- 
rowCountpublic int rowCount
- 
rowXpublic int rowX
- 
rowYpublic int rowY
- 
maxWidthpublic int maxWidth
 
- 
- 
Constructor Details- 
WorkingDataprotected WorkingData()
 
-