Package net.sf.jaxodraw.gui.panel
Class JaxoMoveGraph
- java.lang.Object
-
- net.sf.jaxodraw.gui.panel.JaxoMoveGraph
-
public class JaxoMoveGraph extends java.lang.Object
Dialog to move all objects of a graph.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description JaxoMoveGraph(java.awt.Component parent, JaxoDrawingArea c)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasChanged()
Checks if the the graph was actually moved.void
show()
Show dialog, blocking.
-
-
-
Constructor Detail
-
JaxoMoveGraph
public JaxoMoveGraph(java.awt.Component parent, JaxoDrawingArea c)
Constructor.- Parameters:
parent
- component for the dialog.c
- canvas whose graph should be moved.
-
-