Uses of Interface
adams.gui.visualization.image.interactionlogging.InteractionLoggingFilter
-
Packages that use InteractionLoggingFilter Package Description adams.flow.transformer adams.gui.visualization.image adams.gui.visualization.image.interactionlogging adams.gui.visualization.object -
-
Uses of InteractionLoggingFilter in adams.flow.transformer
Fields in adams.flow.transformer declared as InteractionLoggingFilter Modifier and Type Field Description protected InteractionLoggingFilter
ImageAnnotator.AnnotatorPanel. m_InteractionLoggingFilter
the interaction logger to use.protected InteractionLoggingFilter
ImageAnnotator. m_InteractionLoggingFilter
the interaction logger to use.protected InteractionLoggingFilter
ImageLabeler. m_InteractionLoggingFilter
the interaction logger to use.protected InteractionLoggingFilter
ImageObjectAnnotator. m_InteractionLoggingFilter
the interaction logger to use.Methods in adams.flow.transformer that return InteractionLoggingFilter Modifier and Type Method Description InteractionLoggingFilter
ImageAnnotator. getInteractionLoggingFilter()
Returns the interaction logger in use.InteractionLoggingFilter
ImageLabeler. getInteractionLoggingFilter()
Returns the interaction logger in use.InteractionLoggingFilter
ImageObjectAnnotator. getInteractionLoggingFilter()
Returns the interaction logger in use.Methods in adams.flow.transformer with parameters of type InteractionLoggingFilter Modifier and Type Method Description void
ImageAnnotator. setInteractionLoggingFilter(InteractionLoggingFilter value)
Sets the interaction logger to use.void
ImageLabeler. setInteractionLoggingFilter(InteractionLoggingFilter value)
Sets the interaction logger to use.void
ImageObjectAnnotator. setInteractionLoggingFilter(InteractionLoggingFilter value)
Sets the interaction logger to use.Constructors in adams.flow.transformer with parameters of type InteractionLoggingFilter Constructor Description AnnotatorPanel(String prefix, String suffix, BaseString[] labels, SelectionProcessor selectionProcessor, SelectionShapePainter selectionShapePainter, ImageOverlay overlay, double zoom, InteractionLoggingFilter interactionLoggingFilter)
Initializes the panel. -
Uses of InteractionLoggingFilter in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as InteractionLoggingFilter Modifier and Type Field Description protected InteractionLoggingFilter
ImagePanel.PaintPanel. m_InteractionLoggingFilter
the interaction logger in use.Methods in adams.gui.visualization.image that return InteractionLoggingFilter Modifier and Type Method Description InteractionLoggingFilter
ImagePanel. getInteractionLoggingFilter()
Returns the interaction log filter in use.InteractionLoggingFilter
ImagePanel.PaintPanel. getInteractionLoggingFilter()
Returns the interaction log filter in use.Methods in adams.gui.visualization.image with parameters of type InteractionLoggingFilter Modifier and Type Method Description void
ImagePanel.PaintPanel. setInteractionLoggingFilter(InteractionLoggingFilter value)
Sets the interaction log filter to use.void
ImagePanel. setInteractionLoggingFilter(InteractionLoggingFilter value)
Sets the interaction log filter to use. -
Uses of InteractionLoggingFilter in adams.gui.visualization.image.interactionlogging
Classes in adams.gui.visualization.image.interactionlogging that implement InteractionLoggingFilter Modifier and Type Class Description class
AbstractInteractionLoggingFilter
Ancestor for interaction logging filters.class
All
Logs all events.class
IDFilter
Logs all events.class
Null
Suppresses all events. -
Uses of InteractionLoggingFilter in adams.gui.visualization.object
Fields in adams.gui.visualization.object declared as InteractionLoggingFilter Modifier and Type Field Description protected InteractionLoggingFilter
CanvasPanel. m_InteractionLoggingFilter
the interaction logger in use.Methods in adams.gui.visualization.object that return InteractionLoggingFilter Modifier and Type Method Description InteractionLoggingFilter
CanvasPanel. getInteractionLoggingFilter()
Returns the interaction log filter in use.InteractionLoggingFilter
ObjectAnnotationPanel. getInteractionLoggingFilter()
Returns the interaction log filter in use.Methods in adams.gui.visualization.object with parameters of type InteractionLoggingFilter Modifier and Type Method Description void
CanvasPanel. setInteractionLoggingFilter(InteractionLoggingFilter value)
Sets the interaction log filter to use.void
ObjectAnnotationPanel. setInteractionLoggingFilter(InteractionLoggingFilter value)
Sets the interaction log filter to use.
-