Uses of Class
net.sf.latexdraw.parsers.svg.SVGDocument

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

Uses of SVGDocument in net.sf.latexdraw.generators.svg
 

Methods in net.sf.latexdraw.generators.svg that return SVGDocument
private  SVGDocument SVGDocumentGenerator.SaveWorker.toSVG(IDrawing drawing, double incr)
          Creates an SVG document from a drawing.
 

Methods in net.sf.latexdraw.generators.svg with parameters of type SVGDocument
abstract  SVGElement SVGShapesFactory.CreateViewSVGCmd.create(IShape shape, SVGDocument doc)
          Creates an instance of the view corresponding to the given shape.
private  void LAxeSVGGenerator.createArrows(SVGElement elt, SVGDocument document)
           
private  void LAxeSVGGenerator.createFrame(SVGElement elt, SVGDocument document)
           
private  void LAxeSVGGenerator.createSVGAxe(SVGElement elt, SVGDocument document)
           
 SVGElement SVGShapesFactory.createSVGElement(IShape shape, SVGDocument doc)
          Creates an SVG Element corresponding to the given shape.
protected  void LGridSVGGenerator.createSVGGrid(SVGElement elt, SVGDocument document)
          Creates the SVG element corresponding to the grid.
private  void LGridSVGGenerator.createSVGGridDiv(SVGDocument document, SVGElement elt, java.lang.String prefix, double minX, double maxX, double minY, double maxY, double tlx, double tly, double brx, double bry, double posX, double posY, double xStep, double yStep, double gridWidth, java.awt.Color linesColour)
          Creates the SVG element corresponding to the main not-dotted part of the grid.
private  void LGridSVGGenerator.createSVGGridDots(SVGDocument document, SVGElement elt, java.lang.String prefix, double absStep, double minX, double maxX, double minY, double maxY, double tlx, double tly, double brx, double bry, double unit, double posX, double posY, double xStep, double yStep, double gridWidth, java.awt.Color linesColour)
          Creates the SVG element corresponding to the main dotted part of the grid.
private  void LGridSVGGenerator.createSVGGridLabels(SVGDocument document, SVGElement elt, java.lang.String prefix, double minX, double maxX, double minY, double maxY, double tlx, double tly, double xStep, double yStep, double gridWidth, double absStep)
          Creates the SVG element corresponding to the labels of the grid.
private  void LGridSVGGenerator.createSVGSubGridDiv(SVGDocument document, SVGElement elt, java.lang.String prefix, double subGridDiv, double xSubStep, double ySubStep, double minX, double maxX, double minY, double maxY, int subGridDots, double subGridWidth, double tlx, double tly, double brx, double bry, java.awt.Color subGridColour, double posX, double posY, double xStep, double yStep)
          Creates the SVG element corresponding to the sub not-dotted part of the grid.
private  void LGridSVGGenerator.createSVGSubGridDots(SVGDocument document, SVGElement elt, java.lang.String prefix, double subGridDiv, double unit, double xSubStep, double ySubStep, double minX, double maxX, double minY, double maxY, int subGridDots, double subGridWidth, double tlx, double tly, double brx, double bry, java.awt.Color subGridColour)
          Creates the SVG element corresponding to the sub dotted part of the grid.
 SVGElement SVGShapesFactory.CreateViewSVGCmd.execute(IShape model, SVGDocument doc)
          Launches the creation process.
protected static SVGCircleElement LShapeSVGGenerator.getShowPointsDot(SVGDocument doc, double rad, IPoint pt, java.awt.Color col)
          Creates an SVG circle that represents a dot for the option 'show points'.
protected  SVGGElement LBezierCurveSVGGenerator.getShowPointsElement(SVGDocument doc)
          Creates an SVG g element that contains the 'show points' plotting.
protected  SVGGElement LCircleArcSVGGenerator.getShowPointsElement(SVGDocument doc)
          Creates an SVG g element that contains the 'show points' plotting.
protected static SVGLineElement LShapeSVGGenerator.getShowPointsLine(SVGDocument doc, double thickness, java.awt.Color col, IPoint p1, IPoint p2, double blackDash, double whiteDash, boolean hasDble, double dotSep, double doubleSep)
          Creates a line with the style of the 'show points' option.
protected  void LShapeSVGGenerator.setSVGArrow(SVGElement parent, int arrowPos, boolean isShadow, SVGDocument doc, SVGDefsElement defs)
           
protected  void LShapeSVGGenerator.setSVGAttributes(SVGDocument doc, SVGElement root, boolean shadowFills)
          Sets the SVG attribute of the current figure.
private  IShape SVGDocumentGenerator.LoadWorker.toLatexdraw(SVGDocument doc, double incrProgressBar)
          Converts an SVG document into a set of shapes.
 SVGElement LAxeSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LBezierCurveSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LCircleArcSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LCircleSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LDotSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LEllipseSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LFreeHandSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LGridSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LGroupSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LPictureSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LPolygonSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LPolylinesSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LRectangleSVGGenerator.toSVG(SVGDocument document)
           
 SVGElement LRhombusSVGGenerator.toSVG(SVGDocument doc)
           
abstract  SVGElement LShapeSVGGenerator.toSVG(SVGDocument doc)
          Creates an SVG element from the current latexdraw shape.
 SVGElement LSquareSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LTextSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LTriangleSVGGenerator.toSVG(SVGDocument doc)
           
 SVGElement LArrowSVGGenerator.toSVG(SVGDocument doc, boolean isShadow)
          Return the SVG tree of the arrowhead or null if this arrowhead has no style.
private  void LArrowSVGGenerator.toSVGArrow(SVGDocument doc, double lineWidth, boolean isShadow, SVGElement marker)
           
private  void LArrowSVGGenerator.toSVGBar(SVGDocument doc, double lineWidth, boolean isShadow, SVGElement marker)
           
private  double LArrowSVGGenerator.toSVGCircle(SVGDocument doc, double lineWidth, boolean isShadow, SVGElement marker)
           
private  double LArrowSVGGenerator.toSVGDisk(SVGDocument doc, double lineWidth, boolean isShadow, SVGElement marker)
           
private  void LArrowSVGGenerator.toSVGDoubleArrow(SVGDocument doc, double lineWidth, boolean isShadow, SVGElement marker)
           
private  void LArrowSVGGenerator.toSVGRoundBracket(SVGDocument doc, double lineWidth, boolean isShadow, SVGElement marker)
           
private  void LArrowSVGGenerator.toSVGRoundIn(SVGDocument doc, boolean isShadow, SVGElement marker)
           
private  double LArrowSVGGenerator.toSVGSquareBracket(SVGDocument doc, double lineWidth, boolean isShadow, SVGElement marker)
           
 

Uses of SVGDocument in net.sf.latexdraw.parsers.svg
 

Fields in net.sf.latexdraw.parsers.svg declared as SVGDocument
protected  SVGDocument SVGElement.ownerDocument
          The document containing the element.
 

Methods in net.sf.latexdraw.parsers.svg that return SVGDocument
 SVGDocument SVGElement.getOwnerDocument()
           
 

Methods in net.sf.latexdraw.parsers.svg with parameters of type SVGDocument
 void SVGElement.setOwnerDocument(SVGDocument doc)
          Sets the owner document of the node.
 

Constructors in net.sf.latexdraw.parsers.svg with parameters of type SVGDocument
AbstractPointsElement(SVGDocument doc)
          SVGElement.SVGElement(SVGDocument)
OtherNSElement(SVGDocument document)
          Creates an non SVG element.
SVGCDATASection(java.lang.String text, SVGDocument owner)
          Creates an CData tag.
SVGCircleElement(double cx, double cy, double r, SVGDocument owner)
          Creates an SVG circle element.
SVGCircleElement(SVGDocument doc)
          Creates a circle with a radius equal to 0.
SVGComment(java.lang.String comment, SVGDocument owner)
          Creates a comment element.
SVGDefsElement(SVGDocument owner)
          Creates a meta data element.
SVGElement(SVGDocument owner)
          Creates an simple SVGElement with the owner document.
SVGEllipseElement(double cx, double cy, double rx, double ry, SVGDocument owner)
          Creates an SVG ellipse element.
SVGEllipseElement(SVGDocument doc)
          Creates an empty ellipse.
SVGGElement(SVGDocument owner)
          Creates an empty G element.
SVGImageElement(SVGDocument doc, java.lang.String pathSource)
          Creates an SVG image.
SVGLinearGradientElement(SVGDocument owner)
          Creates an simple SVGLinearGradientElement with the owner document.
SVGLineElement(double x1, double y1, double x2, double y2, SVGDocument owner)
          Creates an SVGLine.
SVGLineElement(SVGDocument doc)
          Creates an SVG line (0,0 ; 0,0)
SVGMarkerElement(SVGDocument owner)
          SVGElement.SVGElement(Node, SVGElement)
SVGMetadataElement(SVGDocument owner)
          Creates a meta data element.
SVGPathElement(SVGDocument owner)
          Creates an empty SVG path element.
SVGPatternElement(SVGDocument doc)
          Creates a new empty SVG Pattern element.
SVGPolygonElement(SVGDocument doc)
          AbstractPointsElement.AbstractPointsElement(Node, SVGElement)
SVGPolyLineElement(SVGDocument doc)
          AbstractPointsElement.AbstractPointsElement(Node, SVGElement)
SVGRectElement(double x, double y, double w, double h, SVGDocument owner)
          Creates an SVG rect element.
SVGRectElement(SVGDocument doc)
          Creates an SVG rectangle with width=height=0.
SVGStopElement(SVGDocument doc)
          Creates a new empty SVG STOP element.
SVGSVGElement(SVGDocument owner)
          Creates an empty SVG element.
SVGSVGElement(SVGDocument owner, org.w3c.dom.Node n)
          See SVGElement.SVGElement()
SVGText(java.lang.String text, SVGDocument owner)
          Creates a text node.
SVGTextElement(SVGDocument owner)
          SVGElement.SVGElement(Node, SVGElement)
 

Uses of SVGDocument in net.sf.latexdraw.parsers.svg.parsers
 

Fields in net.sf.latexdraw.parsers.svg.parsers declared as SVGDocument
protected  SVGDocument Graphics2D2SVG.document
          The SVG document used to created SVG elements.
protected  SVGDocument Shape2D2SVG.document
          The SVG document that will be used to create SVG elements.
 

Methods in net.sf.latexdraw.parsers.svg.parsers with parameters of type SVGDocument
 void Shape2D2SVG.setDocument(SVGDocument document)
          Sets the SVG document that will be used to create SVG elements.
 

Constructors in net.sf.latexdraw.parsers.svg.parsers with parameters of type SVGDocument
Graphics2D2SVG(SVGDocument document)
          Creates the converter.
Path2D2SVGPath(java.awt.geom.Path2D path, SVGDocument document)
          Creates the parser.
Shape2D2SVG(S shape, SVGDocument document)
          Creates the converter.