Class Node<N extends Node<N>>

java.lang.Object
com.storedobject.svg.Node<N>
Type Parameters:
N - Type of the node.
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Chart, Element

public abstract class Node<N extends Node<N>> extends Object implements Serializable
Base class for all SVG objects. This represents a single visual unit or part of an SVG document. It has got its own size and origin, and can be independently translated and scaled. Many such node objects can be combined to form larger visual compositions.

Note: The coordinates system used has the origin (0, 0) in the top left corner.

Author:
Syam
See Also: