Uses of Class
adams.gui.visualization.instance.InstancePanel
-
Packages that use InstancePanel Package Description adams.flow.sink adams.gui.tools.wekainvestigator.tab adams.gui.visualization.instance -
-
Uses of InstancePanel in adams.flow.sink
Fields in adams.flow.sink declared as InstancePanel Modifier and Type Field Description protected InstancePanelWekaInstanceViewer. m_InstancePanelthe panel with the instances.Methods in adams.flow.sink with parameters of type InstancePanel Modifier and Type Method Description protected static StringWekaInstanceViewer. supplyText(InstancePanel panel)Returns the displayed instances as ARFF. -
Uses of InstancePanel in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as InstancePanel Modifier and Type Field Description protected InstancePanelCompareTab. m_PanelBoththe panel for displaying the two instances.protected InstancePanelCompareTab. m_PanelDifferencethe panel with the difference.protected InstancePanelInstanceTab. m_PanelInstancethe plot. -
Uses of InstancePanel in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as InstancePanel Modifier and Type Field Description protected InstancePanelInstancePointHitDetector. m_Ownerthe owner of this detector.protected InstancePanelInstanceComparePanel. m_PanelComparisonthe panel for displaying the two instances.protected InstancePanelInstanceComparePanel. m_PanelDifferencethe panel with the difference.protected InstancePanelInstanceExplorer. m_PanelInstancethe panel for displaying.Methods in adams.gui.visualization.instance that return InstancePanel Modifier and Type Method Description protected InstancePanelInstanceZoomOverviewPaintlet. getContainerPanel()Returns the panel to obtain plot and containers from.InstancePanelAbstractInstancePaintlet. getInstancePanel()Returns the instance panel currently in use.InstancePanelInstanceExplorer. getInstancePanel()Returns the panel for painting the instances.InstancePanelInstancePointHitDetector. getOwner()Returns the owner.Methods in adams.gui.visualization.instance with parameters of type InstancePanel Modifier and Type Method Description protected booleanSimpleInstancePanelUpdater. canNotify(InstancePanel panel, InstanceContainer cont)Checks whether all conditions are met to notify the listeners for changes in the plot.Constructors in adams.gui.visualization.instance with parameters of type InstancePanel Constructor Description InstancePointHitDetector(InstancePanel owner)Initializes the hit detector.
-