org.swtchart.internal
Class ChartLayout
java.lang.Object
Layout
org.swtchart.internal.ChartLayout
public class ChartLayout
- extends Layout
Manages the layout on plot chart panel.
Field Summary |
static int |
MARGIN
the margin |
static int |
PADDING
the padding |
Method Summary |
protected Point |
computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
|
protected void |
layout(Composite composite,
boolean flushCache)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MARGIN
public static final int MARGIN
- the margin
- See Also:
- Constant Field Values
PADDING
public static final int PADDING
- the padding
- See Also:
- Constant Field Values
ChartLayout
public ChartLayout()
- Constructor.
computeSize
protected Point computeSize(Composite composite,
int wHint,
int hHint,
boolean flushCache)
layout
protected void layout(Composite composite,
boolean flushCache)