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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bounds
-
area
-
row
-
rowHeight
public int rowHeight -
rowWidth
public int rowWidth -
rowCount
public int rowCount -
rowX
public int rowX -
rowY
public int rowY -
maxWidth
public int maxWidth
-
-
Constructor Details
-
WorkingData
protected WorkingData()
-