Maven module :un.storage : model2d-svg :
Class : un.storage.model2d.svg.model.SVGDocument
Extends/Implements : un.storage.model2d.svg.model.SVGGraphic un.storage.model2d.svg.model.ISVGStylable
Subclasses : -

Map an SVG DOM as a more friendly manipulation model.
author  Johann Sorel


Variables : FName, PROP_WIDTH, PROP_HEIGHT
Functions : SVGDocument, SVGDocument, getWidth, setWidth, getHeight, setHeight, asGeometry


public FName FName

public Chars PROP_WIDTH

public Chars PROP_HEIGHT


public void SVGDocument ()

public void SVGDocument (DomElement root)

public Double getWidth ()

public void setWidth (Double width)

public Double getHeight ()

public void setHeight (Double height)

public Geometry2D asGeometry ()