|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.latexdraw.generators.svg.LShapeSVGGenerator<IGroup>
net.sf.latexdraw.generators.svg.LGroupSVGGenerator
class LGroupSVGGenerator
Defines a SVG generator for a group of shapes.
This file is part of LaTeXDraw.
Copyright (c) 2005-2012 Arnaud BLOUIN
LaTeXDraw is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
LaTeXDraw is distributed without any warranty; without even the
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more details.
11/11/07
Field Summary |
---|
Fields inherited from class net.sf.latexdraw.generators.svg.LShapeSVGGenerator |
---|
shape, SVG_URL_TOKEN_BEGIN |
Constructor Summary | |
---|---|
protected |
LGroupSVGGenerator(IGroup group)
Creates an SVG generator from IGroup instance. |
protected |
LGroupSVGGenerator(SVGGElement group)
Creates an SVG generator from an SVGGElement that should corresponds to a group of latexdraw shapes. |
|
LGroupSVGGenerator(SVGGElement elt,
boolean withTransformation)
Creates an SVG generator from an SVGGElement that should corresponds to a group of latexdraw shapes. |
Method Summary | |
---|---|
SVGElement |
toSVG(SVGDocument doc)
Creates an SVG element from the current latexdraw shape. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected LGroupSVGGenerator(IGroup group)
group
- The group of shapes that will be converted.protected LGroupSVGGenerator(SVGGElement group)
group
- The group of latexdraw shapes in the SVG format supplemented with latexdraw
information.public LGroupSVGGenerator(SVGGElement elt, boolean withTransformation)
elt
- The group of latexdraw shapes in the SVG format supplemented with latexdraw
information.withTransformation
- True: the set of transformations that concerned the given SVG element will be applied to the shape.
java.lang.IllegalArgumentException
- If the given SVGGElement is null or not valid.Method Detail |
---|
public SVGElement toSVG(SVGDocument doc)
LShapeSVGGenerator
toSVG
in class LShapeSVGGenerator<IGroup>
doc
- The SVG document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |