Package snap.geom

Class SplicerShape

java.lang.Object
snap.geom.Shape
snap.geom.SplicerShape

public class SplicerShape extends Shape
This is a shape that wraps around another shape and can provide parts.
  • Constructor Details

    • SplicerShape

      public SplicerShape(Shape aShape, double aStart, double anEnd)
      Constructor.
  • Method Details

    • getTailPoint

      public Point getTailPoint()
      Returns the tail point.
    • getTailAngle

      public double getTailAngle()
      Returns the tail angle.
    • getPathIter

      public PathIter getPathIter(Transform aTrans)
      Override to return iterator.
      Specified by:
      getPathIter in class Shape