public class FigureCreatedEvent extends DataViewEvent
Figure
, linked to an
ImageJ OverlayView
in a particular ImageDisplay
.Constructor and Description |
---|
FigureCreatedEvent(OverlayView view,
Figure figure,
ImageDisplay display) |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
getDisplay()
Gets the associated
ImageDisplay . |
Figure |
getFigure()
Gets the newly created
Figure . |
OverlayView |
getView() |
toString
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
public FigureCreatedEvent(OverlayView view, Figure figure, ImageDisplay display)
public ImageDisplay getDisplay()
ImageDisplay
.public OverlayView getView()
getView
in class DataViewEvent
Copyright © 2014–2022 ImageJ. All rights reserved.