M S W

M

makeCircle(Element, String, String, double, double, double) - Static method in class SvgLib21
This method constructs and returns a circle node for a given parent in a given namespace.
makeComment(Element, String) - Static method in class SvgLib21
This method constructs and returns a comment node for a given given parent.
makeDescription(Element, String, String) - Static method in class SvgLib21
DEPRECATED This method has been deprecated Use the method named setDescription instead.
makeEllipse(Element, String, String, double, double, double, double) - Static method in class SvgLib21
This method constructs and returns an ellipse node for a given parent in a given namespace.
makeLine(Element, String, String, double, double, double, double) - Static method in class SvgLib21
This method constructs and returns a line node for a given parent in a given namespace.
makePolygon(Element, String, String, double[]) - Static method in class SvgLib21
This method constructs and returns a polygon node for a given parent in a given namespace.
makePolyline(Element, String, String, double[]) - Static method in class SvgLib21
This method constructs and returns a polyline node for a given parent in a given namespace.
makeRect(Element, String, String, double, double, double, double) - Static method in class SvgLib21
This method constructs and returns a rect node for a given parent in a given namespace.
makeSvg(String, String, double, double) - Static method in class SvgLib21
This method constructs and returns a reference to an SVG root element node named svg.
makeText(Element, String, double, double, String, int, String) - Static method in class SvgLib21
This method constructs and returns a text node for a given parent in a given namespace.

S

setDescription(Element, String, String) - Static method in class SvgLib21
This method can be used to add a description element to any other element
setFill(Element, String) - Static method in class SvgLib21
This method can be used to set the fill color for closed shapes such as rectangles, circles, ellipses, and polygons.
setFillOpacity(Element, double) - Static method in class SvgLib21
This method can be used to set the fill opacity for all closed shapes such as rectangles, circles, ellipses, and polygons.
setFontStyle(Element, String) - Static method in class SvgLib21
This method can be used to set the font style for text.
setFontWeight(Element, String) - Static method in class SvgLib21
This method can be used to set the font weight for text.
setStroke(Element, String) - Static method in class SvgLib21
This method can be used to set the stroke color for all shapes.
setStrokeOpacity(Element, double) - Static method in class SvgLib21
This method can be used to set the stroke opacity for all shapes.
setStrokeWidth(Element, double) - Static method in class SvgLib21
This method can be used to set the stroke width for rectangles, circles, ellipses, lines, polylines, and polygons.
SvgLib21 - Class in <Unnamed>
File SvgLib21.java
SvgLib21() - Constructor for class SvgLib21
 

W

writeCompactFile(String, Document) - Static method in class SvgLib21
This method writes the SVG code into an output file in whitespace-normalized format, which is more efficient than the prettyPrint format.
writePrettyFile(String, Document) - Static method in class SvgLib21
This method writes the SVG code into an output file in pretty-print format.

M S W