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 voidImageAnnotator. addInteractionsToReport(Report report, List<InteractionEvent> events)Adds the interactions to the report.protected voidImageObjectAnnotator. addInteractionsToReport(Report report, List<InteractionEvent> events)Adds the interactions to the report.protected voidImageLabeler. 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_InteractionLogthe 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 voidImagePanel. 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 voidInteractionLogManager. addInteractionLog(InteractionEvent e)Adds the interaction event to the log.protected StringAbstractInteractionLoggingFilter. check(InteractionEvent e)Check method before logging the event.protected abstract voidAbstractInteractionLoggingFilter. doFilterInteractionLog(InteractionEvent e)Filters the interaction logging.protected voidAll. doFilterInteractionLog(InteractionEvent e)Logs the interaction.protected voidIDFilter. doFilterInteractionLog(InteractionEvent e)Logs the interaction.protected voidNull. doFilterInteractionLog(InteractionEvent e)Does nothing.voidAbstractInteractionLoggingFilter. filterInteractionLog(InteractionEvent e)Filters the interaction logging.voidInteractionLoggingFilter. 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_InteractionLogthe 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 voidObjectAnnotationPanel. addInteractionLog(InteractionEvent e)Adds the interaction event to the log.
-