Class VertexHandle

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

public class VertexHandle extends AbstractHandle
A Handle that can be used to change vertex positions.
Since:
Ceres 0.10
  • Constructor Details

  • Method Details

    • getSegmentIndex

      public int getSegmentIndex()
    • setSegmentIndex

      public void setSegmentIndex(int segmentIndex)
    • 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.