Package net.sf.latexdraw.parsers.svg.path

Interface Summary
SVGPathHandler Defines the model of a SVGPath handler.
 

Class Summary
SVGPathSeg Defines a model for the SVGPath segments.
SVGPathSegArc Defines the SVGPath arc segment.
SVGPathSegClosePath Defines the SVGPath closepath segment.
SVGPathSegCurvetoCubic Defines the SVGPath curveto segment.
SVGPathSegCurvetoCubicSmooth Defines the SVGPath smooth curveto segment.
SVGPathSegCurvetoQuadratic Defines the SVGPath quadratic curveto segment.
SVGPathSegCurvetoQuadraticSmooth Defines the SVGPath quadratic smooth curveto segment.
SVGPathSegLineto Defines the SVGPath lineto segment.
SVGPathSegLinetoHorizontal Defines the SVGPath horizontal lineto segment.
SVGPathSegLinetoVertical Defines the SVGPath vertical lineto segment.
SVGPathSegList Defines a list of SVGPath segments.
SVGPathSegMoveto Defines the SVGPath moveto segment.
 

Enum Summary
SVGPathSeg.PathSeg All the different path segments.