Class PointHandle

    • Method Detail

      • move

        public void move​(double dx,
                         double dy)
        Description copied from interface: Figure
        Moves the figure by the given delta in model coordinates.
        Specified by:
        move in interface Figure
        Specified by:
        move in class AbstractHandle
        Parameters:
        dx - Delta X in model coordinates.
        dy - Delta Y in model coordinates.