Class Element<E extends Element<E>>

java.lang.Object
com.storedobject.svg.Node<E>
com.storedobject.svg.Element<E>
Type Parameters:
E - The type of the element itself, extending Element.
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractGroup, AbstractPolyline, AbstractRectangle, Circle, Ellipse, Line, Path, Text

public abstract class Element<E extends Element<E>> extends Node<E>
Represents an SVG element. Unlike the Node class, this class is more specific to individual SVG elements and does not have the concept of combining tags. It is used to represent standalone SVG tags like rect,circle, etc. However, each element can have its own styles.
Author:
Syam
See Also: