Maven module :un.storage : model2d-svg :
Class : un.storage.model2d.svg.model.SVGElement
Extends/Implements : un.storage.binding.xml.dom.DomElement
Subclasses : -

author  Johann Sorel


Variables : NOCOLOR, PROPERTY_ID
Functions : SVGElement, SVGElement, getParent, addChildren, removeChildNode, getId, getStyleClass, getStyle, getPropertyChars, getPropertyInt, getPropertyDouble, getPropertyColor



FLAG COLOR to indicate, NONE, which mean remove previous if any */
public Color NOCOLOR

public Chars PROPERTY_ID


public void SVGElement (FName name)

public void SVGElement (DomElement node)

public SVGElement getParent ()


{@inheritDoc }
Set parent reference on new children nodes.

@param array
@param index
protected void addChildren (int index, Object[] array)


{@inheritDoc }
Removes parent reference on children node.

@param index
protected boolean removeChildNode (int index)

public Chars getId ()



protected Chars getStyleClass ()

protected CSSProperties getStyle ()

protected Chars getPropertyChars (Chars name)

protected Integer getPropertyInt (Chars name)

protected Double getPropertyDouble (Chars name)

protected Color getPropertyColor (Chars name)