Package 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.
-
-
Constructor Summary
Constructors Constructor Description ChartLayout()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Point
computeSize(Composite composite, int wHint, int hHint, boolean flushCache)
protected void
layout(Composite composite, boolean flushCache)
-
-
-
Field Detail
-
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
-
-