Package svg.graphic

Interface Summary
SVGGraphicInterface SVGGraphicInterface defines some methods that a class representing a SVG object must implement.
 

Class Summary
SVGEllipse SVGEllipse class represents an ellipse defined in a SVG document.
SVGGraphic SVGGraphic class represents a generic graphical object of a SVG document.
SVGLine SVGLine class represents a line defined in a SVG document, i.e a line segment that starts at one point and ends at another.
SVGPolygon SVGPolygon class represents a polygon defined in a SVG document, i.e a closed shape consisting of a set of connected straight line segments.
SVGPolyline SVGPolyline class represents a polyline defined in a SVG document, i.e a set of connected straight line segments.
SVGRect SVGRect class represents a rectangle defined in a SVG document.
SVGText SVGText class represents some text defined in a SVG document