|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.swtchart.internal.ChartLayoutData
public class ChartLayoutData
The chart layout data
Field Summary | |
---|---|
int |
heightHint
the height hint |
int |
widthHint
the width hint |
Constructor Summary | |
---|---|
ChartLayoutData(int widthHint,
int heightHint)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int widthHint
public int heightHint
Constructor Detail |
---|
public ChartLayoutData(int widthHint, int heightHint)
widthHint
- the width hintheightHint
- the height hint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |