List of usage examples for org.jfree.chart ChartPanel subclass-usage
From source file org.fhaes.fhrecorder.view.GraphSummaryOverlay.java
/**
* GraphSummaryOverlay Class. This is an overlay graph which includes # of events as a bar chart, # of recorders as a line graph, and # of
* samples as a line graph.
*
* @author Cody Calhoun, Seth Westphal, Anthony Messerschmidt
*/
From source file net.sf.mzmine.modules.visualization.spectra.SpectraPlot.java
/** * */ public class SpectraPlot extends ChartPanel { private JFreeChart chart;
From source file net.sf.mzmine.modules.visualization.scatterplot.scatterplotchart.ScatterPlotChart.java
public class ScatterPlotChart extends ChartPanel implements ComponentToolTipProvider { // grid color private static final Color gridColor = Color.lightGray; // crosshair (selection) color
From source file com.ivli.roim.controls.ChartControl.java
/** * * @author likhachev */ public class ChartControl extends ChartPanel { private static enum MENUS {
From source file net.sf.mzmine.chartbasics.gui.swing.EChartPanel.java
/**
* Enhanced ChartPanel with extra chart gestures (drag mouse over entities (e.g., axis, titles)
* ZoomHistory, GraphicsExportDialog, axesRangeListener included
*
* @author Robin Schmid (robinschmid@uni-muenster.de)
*/
From source file net.sf.mzmine.modules.visualization.tic.TICPlot.java
/** * TIC plot. */ public class TICPlot extends ChartPanel { // Logger.
From source file gov.llnl.lc.infiniband.opensm.plugin.gui.chart.MultiPlotPanel.java
/**********************************************************************
* Describe purpose and responsibility of MultiPlotPanel
* <p>
* @see related classes and interfaces
*
* @author meier3
From source file com.rapidminer.gui.new_plotter.engine.jfreechart.link_and_brush.LinkAndBrushChartPanel.java
/**
* A Swing GUI component for displaying a {@link JFreeChart} object. The chart will be buffered.
* <P>
*
* @author Nils Woehler
*
From source file de.bund.bfr.knime.pmm.common.chart.ChartCreator.java
public class ChartCreator extends ChartPanel { private static final long serialVersionUID = 1L; private List<ZoomListener> zoomListeners;
From source file com.intel.stl.ui.common.view.JumpChartPanel.java
public class JumpChartPanel extends ChartPanel implements ChartMouseListener { private static final long serialVersionUID = -5651038769029599628L; private JMenu jumpToMenu; private CategoryLabelEntity jumpToEntity;