Maven module :un.storage : model2d-svg :
Class :
un.storage.model2d.svg.model.SVGElement
Extends/Implements :
un.storage.binding.xml.dom.DomElement
Subclasses : -
Variables :
NOCOLOR,
PROPERTY_ID
Functions :
SVGElement,
SVGElement,
getParent,
addChildren,
removeChildNode,
getId,
getStyleClass,
getStyle,
getPropertyChars,
getPropertyInt,
getPropertyDouble,
getPropertyColor
public Color
NOCOLOR
public Chars
PROPERTY_ID
public void
SVGElement (FName name)
public void
SVGElement (DomElement node)
public SVGElement
getParent ()
protected void
addChildren (int index, Object[] array)
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)