Package org.swtchart.internal
Class ChartLayout
- java.lang.Object
-
- org.eclipse.swt.widgets.Layout
-
- org.swtchart.internal.ChartLayout
-
public class ChartLayout extends org.eclipse.swt.widgets.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 org.eclipse.swt.graphics.Point
computeSize(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)
protected void
layout(org.eclipse.swt.widgets.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
-
-
Method Detail
-
computeSize
protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)
- Specified by:
computeSize
in classorg.eclipse.swt.widgets.Layout
-
layout
protected void layout(org.eclipse.swt.widgets.Composite composite, boolean flushCache)
- Specified by:
layout
in classorg.eclipse.swt.widgets.Layout
-
-