Class JaxoMoveGraph

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

public class JaxoMoveGraph extends Object
Dialog to move all objects of a graph.
Since:
2.0
  • Constructor Details

    • JaxoMoveGraph

      public JaxoMoveGraph(Component parent, JaxoDrawingArea c)
      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.