|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.latexdraw.generators.svg.LShapeSVGGenerator<S>
net.sf.latexdraw.generators.svg.LModifiablePointsGenerator<S>
abstract class LModifiablePointsGenerator<S extends IModifiablePointsShape>
Defines an SVG generator for shapes composed of points.
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 |
LModifiablePointsGenerator(S modShape)
Creates a generator for IModifiablePointsShape. |
Method Summary | |
---|---|
protected void |
initModifiablePointsShape(SVGPathElement elt)
Sets the points of the modifiable points shape using the given SVG element. |
protected void |
setSVGModifiablePointsParameters(AbstractPointsElement ape)
Sets the latexdraw polygon using the given SVG element that contains points. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected LModifiablePointsGenerator(S modShape)
modShape
- The source shape used to generate the SVG element.Method Detail |
---|
protected void setSVGModifiablePointsParameters(AbstractPointsElement ape)
ape
- The source SVG element used to define the latexdraw shape.protected void initModifiablePointsShape(SVGPathElement elt)
elt
- The SVG element that contains the points to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |