public class ChartLayout
extends org.eclipse.swt.widgets.Layout
Modifier and Type | Field | Description |
---|---|---|
static int |
MARGIN |
the margin
|
static int |
PADDING |
the padding
|
Constructor | Description |
---|---|
ChartLayout() |
Constructor.
|
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) |
public static final int MARGIN
public static final int PADDING
protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)
computeSize
in class org.eclipse.swt.widgets.Layout
protected void layout(org.eclipse.swt.widgets.Composite composite, boolean flushCache)
layout
in class org.eclipse.swt.widgets.Layout