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 PlotPanel
DataPoolPanel. m_Plot
the plot panel.Methods in adams.flow.sink.canvas that return PlotPanel Modifier and Type Method Description PlotPanel
DataPoolPanel. 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 PlotPanel
PlotPanelPanningEvent. getPlotPanel()
Returns the plot panel that triggered the event.PlotPanel
PlotPanelZoomEvent. 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 PlotPanel
DataContainerPanel. m_PlotPanel
the content panel for drawing.Methods in adams.gui.visualization.container that return PlotPanel Modifier and Type Method Description PlotPanel
DataContainerPanel. 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 PlotPanel
AbstractMouseMovementTracker. getPlot()
Returns the plot panel of the panel, null if no panel present.PlotPanel
AbstractPaintlet. getPlot()
Returns the plot panel of the panel, null if no panel present.abstract PlotPanel
PaintablePanel. getPlot()
Returns the plot panel of the panel, null if no panel present.PlotPanel
Paintlet. 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 void
AxisPanelOptions. configure(PlotPanel plot, Axis axis)
Applies the options to the specified axis.void
PlotPanelAxisOptions. 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 PlotPanel
ContentPanel. m_Owner
the owner of the panel.Methods in adams.gui.visualization.core.plot that return PlotPanel Modifier and Type Method Description PlotPanel
ContentPanel. 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 String
TipTextCustomizer. 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 String
InstancePanel. 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 String
XYSequencePanel. 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 String
SpreadSheetRowPanel. 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 class
BoxPlotGraph
Class 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 class
VersusFitPanel
Panel for displaying the versus plot data.class
VersusOrderPanel
Panel for displaying the versus order dataMethods in adams.gui.visualization.stats.fourinone that return PlotPanel Modifier and Type Method Description PlotPanel
VersusFit. getPlot()
Returns the plot panel of the panel, null if no panel present.PlotPanel
VersusOrder. 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 class
HistogramPanel
Panel for displaying the histogram data.Methods in adams.gui.visualization.stats.histogram that return PlotPanel Modifier and Type Method Description PlotPanel
Histogram. 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 class
ProbabilityPlotPanel
Panel for displaying the probability plot data.Methods in adams.gui.visualization.stats.probabilityplot that return PlotPanel Modifier and Type Method Description PlotPanel
NormalPlot. getPlot()
Returns the plot panel of the panel, null if no panel present.PlotPanel
ProbabilityPlot. 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 class
ScatterPlotPanel
Panel for displaying scatter plot data.Methods in adams.gui.visualization.stats.scatterplot that return PlotPanel Modifier and Type Method Description PlotPanel
AbstractScatterPlot. getPlot()
Returns the plot.PlotPanel
ScatterPlot. getPlot()
Returns the plot.Methods in adams.gui.visualization.stats.scatterplot with parameters of type PlotPanel Modifier and Type Method Description String
AbstractScatterPlot. 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 class
ZScorePanel
A panel that contains the a z score graph.Methods in adams.gui.visualization.stats.zscore that return PlotPanel Modifier and Type Method Description PlotPanel
ZScore. 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 String
ZScore. 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 void
DefaultTimeseriesXAxisPanelOptions. configure(PlotPanel plot, Axis axis)
Applies the options to the specified axis.String
TimeseriesPanel. processTipText(PlotPanel panel, Point mouse, String tiptext)
Processes the given tip text.
-