Uses of Class
net.sf.latexdraw.parsers.svg.SVGLineElement

Packages that use SVGLineElement
net.sf.latexdraw.generators.svg   
 

Uses of SVGLineElement in net.sf.latexdraw.generators.svg
 

Methods in net.sf.latexdraw.generators.svg that return SVGLineElement
protected static SVGLineElement LShapeSVGGenerator.getShowPointsLine(SVGDocument doc, double thickness, java.awt.Color col, IPoint p1, IPoint p2, double blackDash, double whiteDash, boolean hasDble, double dotSep, double doubleSep)
          Creates a line with the style of the 'show points' option.
 

Constructors in net.sf.latexdraw.generators.svg with parameters of type SVGLineElement
LPolylinesSVGGenerator(SVGLineElement elt)
          Creates a line from an SVG line element.