Methods in net.sf.latexdraw.generators.svg with parameters of type SVGMarkerElement |
protected void |
LArrowSVGGenerator.setArrow(SVGCircleElement circle,
SVGMarkerElement elt,
IShape owner)
Initialises the arrowhead using a circle arrow. |
protected void |
LArrowSVGGenerator.setArrow(SVGMarkerElement elt,
IShape owner)
Initialises the arrow using an SVGMarkerElement. |
protected void |
LArrowSVGGenerator.setArrow(SVGPathElement path,
SVGMarkerElement elt,
IShape owner)
Initialises the arrowhead using a path arrow. |
private void |
LArrowSVGGenerator.setArrowBarBracket(SVGPathElement path,
SVGPathSegMoveto m,
double lineWidth,
SVGPathSeg seg,
SVGMarkerElement elt,
SVGPathSegList list,
boolean isInverted)
|