public interface FigureView
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Removes the figure from the scene.
|
DataView |
getDataView()
Gets the linked ImageJ data view.
|
Figure |
getFigure()
Gets the linked JHotDraw figure.
|
void |
update()
Updates the figure to match the linked data view.
|
Copyright © 2014–2022 ImageJ. All rights reserved.