Class VertexHandle

    • Method Detail

      • getSegmentIndex

        public int getSegmentIndex()
      • setSegmentIndex

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