Class Polyline

java.lang.Object
com.graphbuilder.curve.Curve
com.graphbuilder.curve.Polyline

public class Polyline extends Curve
A polyline is a sequence of connected line segments based on the control-path points specified by the group-iterator.
  • Constructor Details

  • Method Details

    • appendTo

      public void appendTo(MultiPath mp)
      Description copied from class: Curve
      Appends a sequence of points defined by this curve to the multi-path. If the internal state of the curve is such that it cannot be evaluated, then the specification is for this method to return quietly.
      Specified by:
      appendTo in class Curve
      See Also: