public class ChartLayout
extends org.eclipse.swt.widgets.Layout
Modifier and Type | Field and Description |
---|---|
static int |
MARGIN
the margin
|
static int |
PADDING
the padding
|
Constructor and Description |
---|
ChartLayout()
Constructor.
|
Modifier and Type | Method and 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
Copyright © 2014. All rights reserved.