Package snap.geom
Class SplicerShape
java.lang.Object
snap.geom.Shape
snap.geom.SplicerShape
This is a shape that wraps around another shape and can provide parts.
-
Field Summary
Fields inherited from class snap.geom.Shape
_bounds, WIND_EVEN_ODD, WIND_NON_ZERO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPathIter
(Transform aTrans) Override to return iterator.double
Returns the tail angle.Returns the tail point.Methods inherited from class snap.geom.Shape
addShapes, contains, contains, contains, contains, containsSeg, copyFor, copyFor, copyForBounds, crossesSeg, getArcLength, getBounds, getBoundsImpl, getCrossings, getDistance, getFlattenedShape, getFlattenedShape, getHeight, getNotSelfIntersectingShape, getSvgString, getWidth, getX, getY, intersectShapes, intersectsSeg, intersectsShape, intersectsShape, intersectsXY, isClosed, isFlat, isMultiCycle, isSelfIntersecting, isSingleCycle, shapeChanged, subtractShapes, toString
-
Constructor Details
-
SplicerShape
Constructor.
-
-
Method Details
-
getTailPoint
Returns the tail point. -
getTailAngle
public double getTailAngle()Returns the tail angle. -
getPathIter
Override to return iterator.- Specified by:
getPathIter
in classShape
-