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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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) Methods inherited from class org.eclipse.swt.widgets.Layout
flushCache
-
Field Details
-
MARGIN
public static final int MARGINthe margin- See Also:
-
PADDING
public static final int PADDINGthe padding- See Also:
-
-
Constructor Details
-
ChartLayout
public ChartLayout()Constructor.
-
-
Method Details
-
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
-