See: Description
| Interface | Description |
|---|---|
| IGroupParser |
This interface defines a parser that creates
ArrayLists for geometric shapes represented through IGeometric2D
and their boundaries represented through Rect2D out of a given file.The parser uses a File as an input and a String representing the ID of a group of shapes. |
| Class | Description |
|---|---|
| CartesianPlot2D |
This class is a simple implementation of a Cartesian plot.
It uses a IGroupParser that generates a set of IGeometric2D. |
| SVGGroupParser |
This class implements
IGroupParser for a SVG map. |
shapes contains geometric shapes.
See CartesianPlot2D and shapes.IGeometric2D for starters.