Package net.sf.jaxodraw.gui.panel
Class JaxoMoveGraph
java.lang.Object
net.sf.jaxodraw.gui.panel.JaxoMoveGraph
Dialog to move all objects of a graph.
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Checks if the the graph was actually moved.void
show()
Show dialog, blocking.
-
Constructor Details
-
JaxoMoveGraph
Constructor.- Parameters:
parent
- component for the dialog.c
- canvas whose graph should be moved.
-
-
Method Details
-
show
public void show()Show dialog, blocking. -
hasChanged
public final boolean hasChanged()Checks if the the graph was actually moved.- Returns:
- True if the graph was actually moved.
-