Uses of Class
adams.gui.visualization.image.interactionlogging.InteractionEvent
-
Packages that use InteractionEvent Package Description adams.flow.transformer adams.gui.visualization.image adams.gui.visualization.image.interactionlogging adams.gui.visualization.object -
-
Uses of InteractionEvent in adams.flow.transformer
Methods in adams.flow.transformer that return types with arguments of type InteractionEvent Modifier and Type Method Description List<InteractionEvent>
ImageAnnotator.AnnotatorPanel. getInteractionLog()
Returns the interaction log.Method parameters in adams.flow.transformer with type arguments of type InteractionEvent Modifier and Type Method Description protected void
ImageAnnotator. addInteractionsToReport(Report report, List<InteractionEvent> events)
Adds the interactions to the report.protected void
ImageObjectAnnotator. addInteractionsToReport(Report report, List<InteractionEvent> events)
Adds the interactions to the report.protected void
ImageLabeler. addInterationsToReport(Report report, List<InteractionEvent> events)
Adds the interactions to the report. -
Uses of InteractionEvent in adams.gui.visualization.image
Fields in adams.gui.visualization.image with type parameters of type InteractionEvent Modifier and Type Field Description protected List<InteractionEvent>
ImagePanel. m_InteractionLog
the interaction log.Methods in adams.gui.visualization.image that return types with arguments of type InteractionEvent Modifier and Type Method Description List<InteractionEvent>
ImagePanel. getInteractionLog()
Returns the interaction log.Methods in adams.gui.visualization.image with parameters of type InteractionEvent Modifier and Type Method Description void
ImagePanel. addInteractionLog(InteractionEvent e)
Adds the interaction event to the log. -
Uses of InteractionEvent in adams.gui.visualization.image.interactionlogging
Methods in adams.gui.visualization.image.interactionlogging that return types with arguments of type InteractionEvent Modifier and Type Method Description List<InteractionEvent>
InteractionLogManager. getInteractionLog()
Returns the interaction log.Methods in adams.gui.visualization.image.interactionlogging with parameters of type InteractionEvent Modifier and Type Method Description void
InteractionLogManager. addInteractionLog(InteractionEvent e)
Adds the interaction event to the log.protected String
AbstractInteractionLoggingFilter. check(InteractionEvent e)
Check method before logging the event.protected abstract void
AbstractInteractionLoggingFilter. doFilterInteractionLog(InteractionEvent e)
Filters the interaction logging.protected void
All. doFilterInteractionLog(InteractionEvent e)
Logs the interaction.protected void
IDFilter. doFilterInteractionLog(InteractionEvent e)
Logs the interaction.protected void
Null. doFilterInteractionLog(InteractionEvent e)
Does nothing.void
AbstractInteractionLoggingFilter. filterInteractionLog(InteractionEvent e)
Filters the interaction logging.void
InteractionLoggingFilter. filterInteractionLog(InteractionEvent e)
Filters the interaction logging. -
Uses of InteractionEvent in adams.gui.visualization.object
Fields in adams.gui.visualization.object with type parameters of type InteractionEvent Modifier and Type Field Description protected List<InteractionEvent>
ObjectAnnotationPanel. m_InteractionLog
the interaction log.Methods in adams.gui.visualization.object that return types with arguments of type InteractionEvent Modifier and Type Method Description List<InteractionEvent>
ObjectAnnotationPanel. getInteractionLog()
Returns the interaction log.Methods in adams.gui.visualization.object with parameters of type InteractionEvent Modifier and Type Method Description void
ObjectAnnotationPanel. addInteractionLog(InteractionEvent e)
Adds the interaction event to the log.
-