| クラス | 解説 |
 | GcSvgDocument | Represents an SVG document. |
 | GcSvgGraphics | Represents a graphics object that can be used to draw on a GcSvgDocument. |
 | SvgAnchorElement | Represents an 'a' element. |
 | SvgAttribute | Represents an SVG attribute. |
 | SvgCircleElement | Represents a 'circle' element in the DOM. |
 | SvgClipPathElement | Restricts the region to which paint can be applied. |
 | SvgClosePathCommand | Represents a 'closepath' command in the path data. |
 | SvgCommentElement | Represents an XML comment in the SVG file. |
 | SvgContentElement | Represents text content in an SVG element. |
 | SvgCurveToCommand | Represents a cubic Bezier curve command in the path data. |
 | SvgCustomAttribute | Represents an unknown or unsupported SvgAttribute. |
 | SvgCustomElement | Represents an unsupported SVG and non-SVG element (HTML, ...). |
 | SvgDefsElement | Represents the 'defs' element. |
 | SvgDescElement | Represents the 'desc' element. |
 | SvgElement | The base class for all SVG elements. |
 | SvgElementCollection | Represents a collection of elements derived from SvgElement. |
 | SvgEllipseElement | Represents a 'ellipse' element in the DOM. |
 | SvgEllipticalArcCommand | Represents an elliptical arc curve command in the path data. |
 | SvgException | Represents an exception related to SVG parsing or rendering. |
 | SvgFontFamily | Specifies a font family name or a generic family name. |
 | SvgGeometryElement | Represents SVG elements whose rendering is defined by geometry with an equivalent path. This includes paths and the basic shapes. |
 | SvgGradientElement | The base class for SvgLinearGradientElement and SvgRadialGradientElement. |
 | SvgGraphicsElement | Represents SVG elements whose primary purpose is to directly render graphics into a group. |
 | SvgGroupElement | Represents the 'g' element. |
 | SvgHorizontalLineToCommand | Represents a horizontal line command in the path data. |
 | SvgImageElement | Represents the 'image' element. |
 | SvgLinearGradientElement | Represents the 'linearGradient' element. |
 | SvgLineElement | Corresponds to the 'line' element in the DOM. |
 | SvgLineToCommand | Represents a 'lineto' command in the path data. |
 | SvgMarkerElement | Represents the 'marker' element. |
 | SvgMatrixTransform | Represents a 'matrix' function in the transform list. |
 | SvgMetadataElement | Represents the 'metadata' element. |
 | SvgMoveToCommand | Represents a 'moveto' command in the path data. |
 | SvgPaint | Represents an SVG paint. |
 | SvgPathBuilder | A helper class for creating instances of SvgPathData. |
 | SvgPathCommand | Represents a single command in the path data. |
 | SvgPathData | Represents a sequence of instructions for drawing a path. |
 | SvgPathElement | Represents the outline of a shape which can be filled or stroked. |
 | SvgPatternElement | Represents the 'pattern' element. |
 | SvgPolygonElement | Represents a 'polygon' element in the DOM. |
 | SvgPolylineElement | Represents a 'polyline' element in the DOM. |
 | SvgQuadraticBezierCurveToCommand | Represents a quadratic Bezier curve command in the path data. |
 | SvgRadialGradientElement | Represents the 'radialGradient' element. |
 | SvgRectElement | Represents a 'rect' element in the DOM. |
 | SvgReference | Represents a reference to another element or resource. |
 | SvgRotateTransform | Represents a 'rotate' function in the transform list. |
 | SvgScaleTransform | Represents a 'scale' function in the transform list. |
 | SvgSkewXTransform | Represents a 'skewX' function in the transform list. |
 | SvgSkewYTransform | Represents a 'skewY' function in the transform list. |
 | SvgSmoothCurveToCommand | Represents a shorthand cubic Bezier curve command in the path data. |
 | SvgSmoothQuadraticBezierCurveToCommand | Represents a shorthand quadratic Bezier curve command in the path data. |
 | SvgStopElement | Represents a gradient stop element. |
 | SvgStyleElement | Represents a 'style' element. |
 | SvgSvgElement | Represents the 'svg' element. |
 | SvgSwitchElement | Represents the 'switch' element. |
 | SvgSymbolElement | Represents the 'symbol' element. |
 | SvgTextContentElement | Represents an element that supports rendering child text content. |
 | SvgTextElement | Represents a 'text' element. |
 | SvgTextPathElement | Represents a 'textPath' element. |
 | SvgTextPositioningElement | Represents a text element with attributes that position individual text glyphs. |
 | SvgTitleElement | Represents the 'title' element. |
 | SvgTransform | Represents a single function in the transform list. |
 | SvgTranslateTransform | Represents a 'translate' function in the transform list. |
 | SvgTSpanElement | Represents a 'tspan' element. |
 | SvgUseElement | Represents the 'use' element. |
 | SvgVerticalLineToCommand | Represents a vertical line command in the path data. |