Search
SvgContent Members
Constructors Methods
 


Represents the content of an SVG drawing.

The following tables list the members exposed by the SvgContent type.

 Public Constructors

  Name Description

SvgContent

Initializes a new instance of the SvgContent class.

 Public Methods

  Name Description

draw

Draws the SVG content on specified Graphics2D.

getBounds

Gets the bounding rectangle that fits SVG elements.

getConcaveHull

Gets the concave hull of SVG elements' coordinates.

getConvexHull

Gets the convex hull of SVG elements' coordinates.

getFileUrl

Gets the URI of SVG file this object was loaded from.

getSvgElement

Returns the root XML Element. Intended to be used only for reading.

loadImage

Overloaded.  

parse

Overloaded.  

 See Also