public class ChartLayoutData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
heightHint
the height hint
|
int |
widthHint
the width hint
|
| Constructor and Description |
|---|
ChartLayoutData(int widthHint,
int heightHint)
Constructor.
|