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

Interface Summary
CSSStyleHandler Defines the model of a CSS style handler.
 

Class Summary
AbstractSVGParser Defines a model for the SVG parsers.
CSSStyleParser Defines a parser that parses a SVG CSS style attribute.
Graphics2D2SVG This Graphics can be used to convert Java drawing (using Graphics2D) into SVG.
Path2D2SVGPath Defines a parser parsing Java path2D to generate an SVG path element.
Shape2D2SVG<S extends Shape,T extends SVGElement> This abstract converter converts a Java Shape into an SVG element.
SVGLength Defines an SVG length implementation.
SVGLengthParser Defines a parser that parses SVG length code.
SVGNumberParser Defines a SVG number parser.
SVGPathParser Defines an SVGPath parser.
SVGPointsParser Defines a parser that parses points from polygons and polylines.
UnitProcessor This processor manages and transforms value in different units.
URIReferenceParser Defines a parser that parses URI references.
 

Enum Summary
SVGLength.LengthType  
SVGLengthParser.FontSize Describes textual value for the font-size attribute.