Uses of Interface
adams.gui.visualization.core.plot.TipTextCustomizer
-
-
Uses of TipTextCustomizer in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement TipTextCustomizer Modifier and Type Class Description class
SequencePlotterPanel
The panel that plots all the sequences. -
Uses of TipTextCustomizer in adams.gui.menu
Classes in adams.gui.menu that implement TipTextCustomizer Modifier and Type Class Description static class
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
For plotting the performance of the genetic algorithm. -
Uses of TipTextCustomizer in adams.gui.visualization.core
Methods in adams.gui.visualization.core that return TipTextCustomizer Modifier and Type Method Description TipTextCustomizer
PlotPanel. getTipTextCustomizer()
Returns the current tip text customizer, can be null.Methods in adams.gui.visualization.core with parameters of type TipTextCustomizer Modifier and Type Method Description void
PlotPanel. setTipTextCustomizer(TipTextCustomizer value)
Sets the class for customizing the tip text. -
Uses of TipTextCustomizer in adams.gui.visualization.core.plot
Fields in adams.gui.visualization.core.plot declared as TipTextCustomizer Modifier and Type Field Description protected TipTextCustomizer
ContentPanel. m_TipTextCustomizer
for post-processing the tiptext.Methods in adams.gui.visualization.core.plot that return TipTextCustomizer Modifier and Type Method Description TipTextCustomizer
ContentPanel. getTipTextCustomizer()
Returns the current tip text customizer, can be null.Methods in adams.gui.visualization.core.plot with parameters of type TipTextCustomizer Modifier and Type Method Description void
ContentPanel. setTipTextCustomizer(TipTextCustomizer value)
Sets the class for customizing the tip text. -
Uses of TipTextCustomizer in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement TipTextCustomizer Modifier and Type Class Description class
InstancePanel
A panel for displaying instances. -
Uses of TipTextCustomizer in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement TipTextCustomizer Modifier and Type Class Description class
XYSequencePanel
A panel for displaying XY sequences. -
Uses of TipTextCustomizer in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement TipTextCustomizer Modifier and Type Class Description class
SpreadSheetRowPanel
A panel for displaying instances. -
Uses of TipTextCustomizer in adams.gui.visualization.stats.scatterplot
Classes in adams.gui.visualization.stats.scatterplot that implement TipTextCustomizer Modifier and Type Class Description class
AbstractScatterPlot
Abstract class for displaying a single scatterplotpanel on a paintable panel.class
ScatterPlot
create a paintable panel displaying a scatter plot panel as well as combo boxes for choosing attributes.class
ScatterPlotSimple
Class for displaying a single scatterplotpanel only, used in the matrix. -
Uses of TipTextCustomizer in adams.gui.visualization.stats.zscore
Classes in adams.gui.visualization.stats.zscore that implement TipTextCustomizer Modifier and Type Class Description class
ZScore
Create a paintable panel displaying a z score plot panel as well being able to choose attribute, paintlet and overlays. -
Uses of TipTextCustomizer in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement TipTextCustomizer Modifier and Type Class Description class
TimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>
Special panel for displaying the spectral data.
-