Class Document

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Node>, Collection<Node>, List<Node>, RandomAccess, SequencedCollection<Node>

public class Document extends ArrayList<Node>
The Document class represents a collection of Node objects and provides functionality to generate scalable vector graphic (SVG) output for the collection. It allows the storage and management of Node instances while adding SVG-specific methods to generate graphical representations of the contained nodes.
Author:
Syam
See Also: