|
Eclipse Draw2d 3.8.0.201206011245 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.FlowLayout.WorkingData
protected class FlowLayout.WorkingData
Holds the necessary information for layout calculations.
Field Summary | |
---|---|
Rectangle |
area
|
Rectangle[] |
bounds
|
int |
maxWidth
|
IFigure[] |
row
|
int |
rowCount
|
int |
rowHeight
|
int |
rowWidth
|
int |
rowX
|
int |
rowY
|
Constructor Summary | |
---|---|
protected |
FlowLayout.WorkingData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Rectangle[] bounds
public Rectangle area
public IFigure[] row
public int rowHeight
public int rowWidth
public int rowCount
public int rowX
public int rowY
public int maxWidth
Constructor Detail |
---|
protected FlowLayout.WorkingData()
|
Eclipse Draw2d 3.8.0.201206011245 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |