net.sf.jaxodraw.gui.panel
Class JaxoMoveGraph

java.lang.Object
  extended by net.sf.jaxodraw.gui.panel.JaxoMoveGraph

public class JaxoMoveGraph
extends Object

Dialog to move all objects of a graph.

Since:
2.0

Constructor Summary
JaxoMoveGraph(Component parent, JaxoDrawingArea 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(Component parent,
                     JaxoDrawingArea 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.


Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.