Uses of Class
adams.gui.visualization.trail.TrailPanel
-
-
Uses of TrailPanel in adams.gui.visualization.debug.objectrenderer
Fields in adams.gui.visualization.debug.objectrenderer declared as TrailPanel Modifier and Type Field Description protected TrailPanel
TrailRenderer. m_LastTrailPanel
the last setup. -
Uses of TrailPanel in adams.gui.visualization.trail
Methods in adams.gui.visualization.trail that return TrailPanel Modifier and Type Method Description TrailPanel[]
TrailViewerPanel. getAllPanels()
Returns the all panels.TrailPanel
TrailViewerPanel. getCurrentPanel()
Returns the currently selected trail panel.TrailPanel
TrailViewerPanel. getPanelAt(int index)
Returns the specified trail panel.protected TrailPanel
TrailViewerPanel. newPanel(Trail map)
Creates a new panel and configures it. -
Uses of TrailPanel in adams.gui.visualization.trail.overlay
Fields in adams.gui.visualization.trail.overlay declared as TrailPanel Modifier and Type Field Description protected TrailPanel
AbstractTrailOverlay. m_TrailPanel
the trail panel.Methods in adams.gui.visualization.trail.overlay that return TrailPanel Modifier and Type Method Description TrailPanel
AbstractTrailOverlay. getTrailPanel()
Returns the trail panel this overlay is for.Methods in adams.gui.visualization.trail.overlay with parameters of type TrailPanel Modifier and Type Method Description void
AbstractTrailOverlay. setTrailPanel(TrailPanel value)
Sets the trail panel this overlay is for. -
Uses of TrailPanel in adams.gui.visualization.trail.paintlet
Fields in adams.gui.visualization.trail.paintlet declared as TrailPanel Modifier and Type Field Description protected TrailPanel
AbstractTrailPaintlet. m_TrailPanel
the trail panel.Methods in adams.gui.visualization.trail.paintlet that return TrailPanel Modifier and Type Method Description TrailPanel
AbstractTrailPaintlet. getTrailPanel()
Returns the underlying trail panel.TrailPanel
TrailPaintlet. getTrailPanel()
Returns the underlying trail panel.Methods in adams.gui.visualization.trail.paintlet with parameters of type TrailPanel Modifier and Type Method Description void
AbstractTrailPaintlet. setPanel(TrailPanel value)
Sets the panel to use, null to disable painting.void
TrailPaintlet. setPanel(TrailPanel value)
Sets the panel to use, null to disable painting. -
Uses of TrailPanel in adams.gui.visualization.trail.plugins
Fields in adams.gui.visualization.trail.plugins declared as TrailPanel Modifier and Type Field Description protected TrailPanel[]
AbstractSelectedTrailsViewerPlugin. m_SelectedPanels
for panels to work on.Methods in adams.gui.visualization.trail.plugins that return TrailPanel Modifier and Type Method Description protected TrailPanel[]
AbstractSelectedTrailsViewerPlugin. getAllPanels()
Returns all the available panels in the trail viewer.Methods in adams.gui.visualization.trail.plugins with parameters of type TrailPanel Modifier and Type Method Description boolean
AbstractCurrentTrailFilter. canExecute(TrailPanel panel)
Checks whether the plugin can be executed given the specified trail panel.boolean
AbstractSelectedTrailsFilter. canExecute(TrailPanel panel)
Checks whether the plugin can be executed given the specified trail panel.boolean
AbstractSelectedTrailsViewerPlugin. canExecute(TrailPanel panel)
Checks whether the plugin can be executed given the specified trail panel.boolean
Statistics. canExecute(TrailPanel panel)
Checks whether the plugin can be executed given the specified image panel.protected String
AbstractSelectedTrailsFilter. process(TrailPanel panel)
Processes the panel.protected abstract String
AbstractSelectedTrailsViewerPlugin. process(TrailPanel panel)
Processes the specified panel.protected String
Statistics. process(TrailPanel panel)
Processes the specified panel.
-