Uses of Interface
adams.gui.visualization.image.interactionlogging.InteractionLogManager
-
Packages that use InteractionLogManager Package Description adams.gui.visualization.image adams.gui.visualization.image.interactionlogging adams.gui.visualization.object -
-
Uses of InteractionLogManager in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement InteractionLogManager Modifier and Type Class Description class
ImagePanel
For displaying a single image. -
Uses of InteractionLogManager in adams.gui.visualization.image.interactionlogging
Methods in adams.gui.visualization.image.interactionlogging that return InteractionLogManager Modifier and Type Method Description InteractionLogManager
InteractionEvent. getLogManager()
Returns the log manager that generated the source.Constructors in adams.gui.visualization.image.interactionlogging with parameters of type InteractionLogManager Constructor Description InteractionEvent(InteractionLogManager source, Date timestamp, String id)
Constructs the event.InteractionEvent(InteractionLogManager source, Date timestamp, String id, Map<String,Object> data)
Constructs the event. -
Uses of InteractionLogManager in adams.gui.visualization.object
Classes in adams.gui.visualization.object that implement InteractionLogManager Modifier and Type Class Description class
ObjectAnnotationPanel
Panel for annotating objects in images.
-