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