Class PointHandle

All Implemented Interfaces:
Figure, Handle, ShapeFigure, Restorable, Cloneable

public class PointHandle extends AbstractHandle
A Handle that can be used to change point positions.
Since:
Ceres 0.13
  • Constructor Details

  • Method Details

    • getFigure

      public PointFigure getFigure()
      Overrides:
      getFigure in class AbstractHandle
      Returns:
      The figure to which this handle belongs.
    • updateLocation

      public void updateLocation()
      Specified by:
      updateLocation in class AbstractHandle
    • 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.