Uses of Class
adams.gui.visualization.container.datacontainerpanel.plotpopup.AbstractPlotPopupCustomizer
-
-
Uses of AbstractPlotPopupCustomizer in adams.gui.visualization.container
Fields in adams.gui.visualization.container with type parameters of type AbstractPlotPopupCustomizer Modifier and Type Field Description protected List<AbstractPlotPopupCustomizer>
DataContainerPanelWithContainerList. m_PlotCustomizers
the customizers for the plot popup menu. -
Uses of AbstractPlotPopupCustomizer in adams.gui.visualization.container.datacontainerpanel.plotpopup
Subclasses of AbstractPlotPopupCustomizer in adams.gui.visualization.container.datacontainerpanel.plotpopup Modifier and Type Class Description class
AntiAliasing<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>
For enabling/disabling the anti-aliasing.class
Markers<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>
For enabling/disabling the markers.class
Notes<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>
For displaying the notes.class
SendTo<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>
For adding the "Send to" submenu.class
SidePanel<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>
For showing/hiding the side panel. -
Uses of AbstractPlotPopupCustomizer in adams.gui.visualization.instance.plotpopup
Subclasses of AbstractPlotPopupCustomizer in adams.gui.visualization.instance.plotpopup Modifier and Type Class Description class
Adjust
Whether to adjust the plot to the loaded or visible data.class
Histogram
Generates histograms from the visible containers.class
SaveVisible
Allows the user to save the visible containers as ARFF.class
Viewport
Allows the user to perform operations on the instances visible in the current viewport. -
Uses of AbstractPlotPopupCustomizer in adams.gui.visualization.sequence.plotpopup
Subclasses of AbstractPlotPopupCustomizer in adams.gui.visualization.sequence.plotpopup Modifier and Type Class Description class
Adjust
Whether to adjust the plot to the loaded or visible data.class
Hits
Allows operations on the "hits", ie the spectra currently under the mouse cursor.class
Resize
Allows the user to resize the plot.class
SaveVisibleDataPoints
Allows the user to save the visible data ppints.class
SaveVisibleSequences
Allows the user to save the visible sequences. -
Uses of AbstractPlotPopupCustomizer in adams.gui.visualization.spreadsheet.plotpopup
Subclasses of AbstractPlotPopupCustomizer in adams.gui.visualization.spreadsheet.plotpopup Modifier and Type Class Description class
Adjust
Whether to adjust the plot to the loaded or visible data.class
Histogram
Generates histograms from the visible containers.class
SaveVisible
Allows the user to save the visible containers as ARFF.class
Viewport
Allows the user to perform operations on the rows visible in the current viewport. -
Uses of AbstractPlotPopupCustomizer in adams.gui.visualization.timeseries.plotpopup
Subclasses of AbstractPlotPopupCustomizer in adams.gui.visualization.timeseries.plotpopup Modifier and Type Class Description class
Adjust
Whether to adjust the plot to the loaded or visible data.class
SaveVisible
Allows the user to save the visible containers.class
Statistics
Generates statistics from the visible containers.
-