Class JaxoMoveGraph


  • public class JaxoMoveGraph
    extends java.lang.Object
    Dialog to move all objects of a graph.
    Since:
    2.0
    • 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.
      • 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,
                             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.