net.sf.jaxodraw.gui.panel
Class JaxoMoveGraph

java.lang.Object
  extended by 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
JaxoMoveGraph(java.awt.Component parent, JaxoCanvas c)
          Constructor.
 
Method Summary
 boolean hasChanged()
          Checks if the the graph was actually moved.
 void show()
          Show dialog, blocking.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxoMoveGraph

public JaxoMoveGraph(java.awt.Component parent,
                     JaxoCanvas c)
Constructor.

Parameters:
parent - component for the dialog.
c - canvas whose graph should be moved.
Method Detail

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.


Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.