Class RotateHandle

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

public class RotateHandle extends AbstractHandle
A Handle that can be used to rotate figures.
Since:
Ceres 0.10
  • Constructor Details

  • Method Details

    • 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.
    • drawHandle

      public void drawHandle(Graphics2D g)
      Overrides:
      drawHandle in class AbstractHandle