org.swtchart.internal
Class ChartLayout

java.lang.Object
  extended by Layout
      extended by org.swtchart.internal.ChartLayout

public class ChartLayout
extends Layout

Manages the layout on plot chart panel.


Field Summary
static int MARGIN
          the margin
static int PADDING
          the padding
 
Constructor Summary
ChartLayout()
          Constructor.
 
Method Summary
protected  Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache)
           
protected  void layout(Composite composite, boolean flushCache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ChartLayout

public ChartLayout()
Constructor.

Method Detail

computeSize

protected Point computeSize(Composite composite,
                            int wHint,
                            int hHint,
                            boolean flushCache)

layout

protected void layout(Composite composite,
                      boolean flushCache)