Interface | Description |
---|---|
SvgNode |
Interface for SVG-specific methods.
|
Class | Description |
---|---|
AbstractSvgNode |
SVG (Scalable Vector Graphics) tag base class.
|
SVG |
Object representation of an SVG (Scalable Vector Graphics) tag.
|
SvgAttr |
Attribute name constants for use with SVG (Scalable Vector Graphics) tags.
|
SvgCircle |
Object representation of an SVG (Scalable Vector Graphics) 'circle' tag.
|
SvgDefs |
Object representation of an SVG (Scalable Vector Graphics) 'defs' tag.
|
SvgDesc |
Object representation of an SVG (Scalable Vector Graphics) 'desc' tag.
|
SvgDoc |
Container for an SVG (Scalable Vector Graphics) document.
|
SvgEllipse |
Object representation of an SVG (Scalable Vector Graphics) 'ellipse' tag.
|
SvgFilter |
Object representation of an SVG (Scalable Vector Graphics) 'filter' tag.
|
SvgForeignObject |
Object representation of an SVG (Scalable Vector Graphics) 'foreignObject' tag.
|
SvgGroup |
Object representation of an SVG (Scalable Vector Graphics) 'g' tag.
|
SvgLine |
Object representation of an SVG (Scalable Vector Graphics) line tag.
|
SvgLink |
Object representation of an SVG (Scalable Vector Graphics) 'g' tag.
|
SvgMarker |
Object representation of an SVG (Scalable Vector Graphics) 'marker' tag.
|
SvgMetadata |
Object representation of an SVG (Scalable Vector Graphics) 'metadata' tag.
|
SvgPath |
Object representation of an SVG (Scalable Vector Graphics) path tag.
|
SvgPolygon |
Object representation of an SVG (Scalable Vector Graphics) polygon tag.
|
SvgRect |
Object representation of an SVG (Scalable Vector Graphics) rect tag.
|
SvgScript |
Object representation of an SVG (Scalable Vector Graphics) 'script' tag.
|
SvgSwitch |
Object representation of an SVG (Scalable Vector Graphics) 'switch' tag.
|
SvgSymbol |
Object representation of an SVG (Scalable Vector Graphics) 'symbol' tag.
|
SvgText |
Object representation of an SVG (Scalable Vector Graphics) text tag.
|
SvgTitle |
Object representation of an SVG (Scalable Vector Graphics) 'title' tag.
|
SvgTSpan |
Object representation of an SVG (Scalable Vector Graphics) 'tspan' tag.
|
SvgUse |
Object representation of an SVG (Scalable Vector Graphics) 'use' tag.
|
Enum | Description |
---|---|
MarkerCoordinateSystem |
Enumeration of SVG (Scalable Vector Graphics) filter 'markerUnits' attribute values.
|
Exception | Description |
---|---|
SvgException |
Indicates an exception caused during SVG processing.
|
[email protected]