Class JaxoMoveGraph
java.lang.Object
net.sf.jaxodraw.gui.panel.JaxoMoveGraph
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanChecks if the the graph was actually moved.voidshow()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.
-