Class PerformanceViz

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.jfree.ui.ApplicationFrame
performance.viz.PerformanceViz
All Implemented Interfaces:
WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
AbstractSortComparisonViz, SortPerformanceViz

public abstract class PerformanceViz extends org.jfree.ui.ApplicationFrame
Author:
Dennis Cosgrove
See Also:
  • Constructor Details

  • Method Details

    • addControl

      protected void addControl(Component component)
    • plot

      protected org.jfree.chart.plot.XYPlot plot()
    • dataset

      protected org.jfree.data.xy.DefaultXYDataset dataset()
    • createAndShowGuiLater

      public static void createAndShowGuiLater(Supplier<JFrame> frameGenerator)