Uses of Package
net.sf.latexdraw.generators.svg

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

Classes in net.sf.latexdraw.generators.svg used by net.sf.latexdraw.generators.svg
CSSStylesGenerator
          Defines method to get/set CSS style from/to a LaTeXDraw shape.
IShapeSVGFactory
          Creates IShape instances according to the given SVG element.
LEllipseSVGGenerator
          Defines a SVG generator for an ellipse.
LModifiablePointsGenerator
          Defines an SVG generator for shapes composed of points.
LRectangleSVGGenerator
          Defines a SVG generator for a rectangle.
LShapeSVGGenerator
          This class allows the generation or the importation of SVG parameters to a general LaTeXDraw shape.
SVGDocumentGenerator
          Defines a generator that creates SVG documents from drawings.
SVGDocumentGenerator.IOWorker
          The abstract worker that factorises the code of loading and saving workers.
SVGShapesFactory
          Creates SVG elements based on latexdraw.
SVGShapesFactory.CreateViewSVGCmd
          This class is a mix of the design patterns Command and Chain of responsibility.