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
    Modifier and Type
    Field
    Description
    static final int
    the margin
    static final int
    the padding
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    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)
     

    Methods inherited from class org.eclipse.swt.widgets.Layout

    flushCache

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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 class org.eclipse.swt.widgets.Layout
    • layout

      protected void layout(org.eclipse.swt.widgets.Composite composite, boolean flushCache)
      Specified by:
      layout in class org.eclipse.swt.widgets.Layout