|
Class Summary |
| DocumentGenerator |
The core of the SVG generation. |
| MapNode |
This class stores the information that will be represented on the map we
generate. |
| MapNodeFactory |
this class encapsulates the issue of generating a Collection of Nodes and
somehow transforming them into an appropriate class that the
DocumentGenerator knows how to deal with. |
| ModifyParentServlet |
Update the NODE table in the database to set the NODEPARENTID information to
establish Parent-Child relationships between nodes. |
| SVGServlet |
This class should be called from inside of an |
| SVGTranscoder |
This class should be called from inside of an tag. |