public interface FigureStore
DrawFigures
that are displayed on a
DrawGraphicsPane
by a DrawActions
instance.
When used in conjuction with DrawGraphicMenu
this interface
will have the activate()
method invoked, after an update
of the current instance of DrawActions
is made.
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activate the interface so that the user can either choose to
save the currently displayed figures, or restore a previously
saved set of figures.
|
void |
setDrawActions(DrawActions drawActions)
Set the
DrawActions instance to use when storing and
restoring previous Figures. |
void setDrawActions(DrawActions drawActions)
DrawActions
instance to use when storing and
restoring previous Figures.void activate()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.