Uses of Class
adams.gui.visualization.core.PlotPanel
-
-
Uses of PlotPanel in adams.flow.sink.canvas
Fields in adams.flow.sink.canvas declared as PlotPanel Modifier and Type Field Description protected PlotPanelDataPoolPanel. m_Plotthe plot panel.Methods in adams.flow.sink.canvas that return PlotPanel Modifier and Type Method Description PlotPanelDataPoolPanel. getPlot()Returns the plot panel of the panel, null if no panel present. -
Uses of PlotPanel in adams.gui.event
Methods in adams.gui.event that return PlotPanel Modifier and Type Method Description PlotPanelPlotPanelPanningEvent. getPlotPanel()Returns the plot panel that triggered the event.PlotPanelPlotPanelZoomEvent. getPlotPanel()Returns the plot panel that triggered the event.Constructors in adams.gui.event with parameters of type PlotPanel Constructor Description PlotPanelPanningEvent(PlotPanel source, PlotPanelPanningEvent.PanningEventType type)Initializes the event.PlotPanelZoomEvent(PlotPanel source, PlotPanelZoomEvent.ZoomEventType type)Initializes the event. -
Uses of PlotPanel in adams.gui.visualization.container
Fields in adams.gui.visualization.container declared as PlotPanel Modifier and Type Field Description protected PlotPanelDataContainerPanel. m_PlotPanelthe content panel for drawing.Methods in adams.gui.visualization.container that return PlotPanel Modifier and Type Method Description PlotPanelDataContainerPanel. getPlot()Returns the content panel, which is used for drawing. -
Uses of PlotPanel in adams.gui.visualization.core
Methods in adams.gui.visualization.core that return PlotPanel Modifier and Type Method Description PlotPanelAbstractMouseMovementTracker. getPlot()Returns the plot panel of the panel, null if no panel present.PlotPanelAbstractPaintlet. getPlot()Returns the plot panel of the panel, null if no panel present.abstract PlotPanelPaintablePanel. getPlot()Returns the plot panel of the panel, null if no panel present.PlotPanelPaintlet. getPlot()Returns the plot panel of the panel, null if no panel present.Methods in adams.gui.visualization.core with parameters of type PlotPanel Modifier and Type Method Description voidAxisPanelOptions. configure(PlotPanel plot, Axis axis)Applies the options to the specified axis.voidPlotPanelAxisOptions. configure(PlotPanel plot, Axis axis)Applies the options to the specified axis. -
Uses of PlotPanel in adams.gui.visualization.core.plot
Fields in adams.gui.visualization.core.plot declared as PlotPanel Modifier and Type Field Description protected PlotPanelContentPanel. m_Ownerthe owner of the panel.Methods in adams.gui.visualization.core.plot that return PlotPanel Modifier and Type Method Description PlotPanelContentPanel. getOwner()Returns the plot panel this panel belongs to.Methods in adams.gui.visualization.core.plot with parameters of type PlotPanel Modifier and Type Method Description StringTipTextCustomizer. processTipText(PlotPanel panel, Point mouse, String tiptext)Processes the given tip text.Constructors in adams.gui.visualization.core.plot with parameters of type PlotPanel Constructor Description ContentPanel(PlotPanel owner)Initializes the panel. -
Uses of PlotPanel in adams.gui.visualization.instance
Methods in adams.gui.visualization.instance with parameters of type PlotPanel Modifier and Type Method Description StringInstancePanel. processTipText(PlotPanel panel, Point mouse, String tiptext)Processes the given tip text. -
Uses of PlotPanel in adams.gui.visualization.sequence
Methods in adams.gui.visualization.sequence with parameters of type PlotPanel Modifier and Type Method Description StringXYSequencePanel. processTipText(PlotPanel panel, Point mouse, String tiptext)Processes the given tip text. -
Uses of PlotPanel in adams.gui.visualization.spreadsheet
Methods in adams.gui.visualization.spreadsheet with parameters of type PlotPanel Modifier and Type Method Description StringSpreadSheetRowPanel. processTipText(PlotPanel panel, Point mouse, String tiptext)Processes the given tip text. -
Uses of PlotPanel in adams.gui.visualization.stats.boxplot
Subclasses of PlotPanel in adams.gui.visualization.stats.boxplot Modifier and Type Class Description classBoxPlotGraphClass that displays a single box plot graph. -
Uses of PlotPanel in adams.gui.visualization.stats.fourinone
Subclasses of PlotPanel in adams.gui.visualization.stats.fourinone Modifier and Type Class Description classVersusFitPanelPanel for displaying the versus plot data.classVersusOrderPanelPanel for displaying the versus order dataMethods in adams.gui.visualization.stats.fourinone that return PlotPanel Modifier and Type Method Description PlotPanelVersusFit. getPlot()Returns the plot panel of the panel, null if no panel present.PlotPanelVersusOrder. getPlot()Returns the plot panel of the panel, null if no panel present. -
Uses of PlotPanel in adams.gui.visualization.stats.histogram
Subclasses of PlotPanel in adams.gui.visualization.stats.histogram Modifier and Type Class Description classHistogramPanelPanel for displaying the histogram data.Methods in adams.gui.visualization.stats.histogram that return PlotPanel Modifier and Type Method Description PlotPanelHistogram. getPlot()Returns the plot panel of the panel, null if no panel present. -
Uses of PlotPanel in adams.gui.visualization.stats.probabilityplot
Subclasses of PlotPanel in adams.gui.visualization.stats.probabilityplot Modifier and Type Class Description classProbabilityPlotPanelPanel for displaying the probability plot data.Methods in adams.gui.visualization.stats.probabilityplot that return PlotPanel Modifier and Type Method Description PlotPanelNormalPlot. getPlot()Returns the plot panel of the panel, null if no panel present.PlotPanelProbabilityPlot. getPlot()Returns the plot panel of the panel, null if no panel present. -
Uses of PlotPanel in adams.gui.visualization.stats.scatterplot
Subclasses of PlotPanel in adams.gui.visualization.stats.scatterplot Modifier and Type Class Description classScatterPlotPanelPanel for displaying scatter plot data.Methods in adams.gui.visualization.stats.scatterplot that return PlotPanel Modifier and Type Method Description PlotPanelAbstractScatterPlot. getPlot()Returns the plot.PlotPanelScatterPlot. getPlot()Returns the plot.Methods in adams.gui.visualization.stats.scatterplot with parameters of type PlotPanel Modifier and Type Method Description StringAbstractScatterPlot. processTipText(PlotPanel panel, Point mouse, String tiptext)Processes the given tip text. -
Uses of PlotPanel in adams.gui.visualization.stats.zscore
Subclasses of PlotPanel in adams.gui.visualization.stats.zscore Modifier and Type Class Description classZScorePanelA panel that contains the a z score graph.Methods in adams.gui.visualization.stats.zscore that return PlotPanel Modifier and Type Method Description PlotPanelZScore. getPlot()Returns the plot panel of the panel, null if no panel present.Methods in adams.gui.visualization.stats.zscore with parameters of type PlotPanel Modifier and Type Method Description StringZScore. processTipText(PlotPanel panel, Point mouse, String tiptext) -
Uses of PlotPanel in adams.gui.visualization.timeseries
Methods in adams.gui.visualization.timeseries with parameters of type PlotPanel Modifier and Type Method Description voidDefaultTimeseriesXAxisPanelOptions. configure(PlotPanel plot, Axis axis)Applies the options to the specified axis.StringTimeseriesPanel. processTipText(PlotPanel panel, Point mouse, String tiptext)Processes the given tip text.
-