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
    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 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 Details

  • 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)