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 InstancePanel
WekaInstanceViewer. m_InstancePanel
the panel with the instances.Methods in adams.flow.sink with parameters of type InstancePanel Modifier and Type Method Description protected static String
WekaInstanceViewer. 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 InstancePanel
CompareTab. m_PanelBoth
the panel for displaying the two instances.protected InstancePanel
CompareTab. m_PanelDifference
the panel with the difference.protected InstancePanel
InstanceTab. m_PanelInstance
the plot. -
Uses of InstancePanel in adams.gui.visualization.instance
Fields in adams.gui.visualization.instance declared as InstancePanel Modifier and Type Field Description protected InstancePanel
InstancePointHitDetector. m_Owner
the owner of this detector.protected InstancePanel
InstanceComparePanel. m_PanelComparison
the panel for displaying the two instances.protected InstancePanel
InstanceComparePanel. m_PanelDifference
the panel with the difference.protected InstancePanel
InstanceExplorer. m_PanelInstance
the panel for displaying.Methods in adams.gui.visualization.instance that return InstancePanel Modifier and Type Method Description protected InstancePanel
InstanceZoomOverviewPaintlet. getContainerPanel()
Returns the panel to obtain plot and containers from.InstancePanel
AbstractInstancePaintlet. getInstancePanel()
Returns the instance panel currently in use.InstancePanel
InstanceExplorer. getInstancePanel()
Returns the panel for painting the instances.InstancePanel
InstancePointHitDetector. getOwner()
Returns the owner.Methods in adams.gui.visualization.instance with parameters of type InstancePanel Modifier and Type Method Description protected boolean
SimpleInstancePanelUpdater. 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.
-