Class AbstractJFreeChartUtilizationWidthViewer

java.lang.Object
org.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
org.jfree.experimental.chart.swt.ChartComposite
de.uka.ipd.sdq.sensorframework.visualisation.jfreechartvisualisation.AbstractJFreeChartChart<Utilization>
de.uka.ipd.sdq.sensorframework.visualisation.jfreechartvisualisation.AbstractJFreeChartUtilizationWidthViewer
All Implemented Interfaces:
Printable, EventListener, MouseListener, MouseMoveListener, PaintListener, SelectionListener, Drawable, SWTEventListener, org.jfree.chart.event.ChartChangeListener, org.jfree.chart.event.ChartProgressListener
Direct Known Subclasses:
JFreeChartUtilizationViewer

public abstract class AbstractJFreeChartUtilizationWidthViewer extends AbstractJFreeChartChart<Utilization>
Deprecated.
Superseded by EDP2.
  • Field Details

    • lastData

      protected Collection<Utilization> lastData
      Deprecated.
    • densityDataset

      protected org.jfree.data.xy.DefaultTableXYDataset densityDataset
      Deprecated.
  • Constructor Details

    • AbstractJFreeChartUtilizationWidthViewer

      public AbstractJFreeChartUtilizationWidthViewer(Composite parent, int style)
      Deprecated.
  • Method Details