Package net.sf.latexdraw.parsers.svg

Class Summary
AbstractPointsElement Defines a model for shapes that have the points SVG attribute.
CSSColors Defines colours used in CSS2.
CSSStyleList Defines a list of CSS styles.
OtherNSElement Defines a generic element to store a non-SVG tag.
SVGAttr Defines an SVG attribute.
SVGAttributes Contains SVG attributes according to the SVG specification version 1.1.
SVGCDATASection Defines a CDATA node.
SVGCircleElement Defines the SVG tag ciricle.
SVGComment Defines a comment node.
SVGDefsElement Defines the SVG tag defs.
SVGDocument Defines an SVG document.
SVGDocument.SVGEntityResolver Used to avoid freeze when opening an SVG document.
SVGElement Defines an SVG element.
SVGElements Contains SVG elements according to the SVG specification version 1.1.
SVGElementsFactory This class must be used to create SVG elements.
SVGEllipseElement Defines the SVG tag ellipse.
SVGGElement Defines the SVG tag g.
SVGImageElement Defines the SVG element defining a picture.
SVGLinearGradientElement Defines the SVG tag linearGradient.
SVGLineElement Defines the SVG tag line.
SVGMarkerElement Defines the SVG tag marker.
SVGMatrix Defines a matrix according to the SVG specifications.
SVGMetadataElement Defines the SVG tag metadata.
SVGNamedNodeMap Defines an SVG named node map.
SVGNodeList Defines an SVG node list.
SVGPathElement Defines the SVG tag path.
SVGPatternElement Defines the SVG tag pattern.
SVGPolygonElement Defines the SVG tag polygon.
SVGPolyLineElement Defines the SVG tag polyline.
SVGRectElement Defines the SVG tag rect.
SVGStopElement Defines the SVG tag stop.
SVGSVGElement Defines the SVG tag SVG.
SVGText Defines a text node.
SVGTextElement Defines the SVG tag text.
SVGTransform Defines an SVG transformation.
SVGTransformList Defines a list containing SVG transformations.
 

Exception Summary
MalformedSVGDocument Defines the exception to use when an SVG document is malformed.