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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Point
computeSize
(Composite composite, int wHint, int hHint, boolean flushCache) protected void
layout
(Composite composite, boolean 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 Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) -
layout
protected void layout(Composite composite, boolean flushCache)
-