See: Description
| Interface | Description |
|---|---|
| IGetSVGDocument |
This interface provides access to an SVG document embedded by reference
in another DOM-based language.
|
| ISVGAnimatedPathData |
The SVGAnimatedPathData interface supports elements which have a 'd' attribute which holds SVG path data, and supports
the ability to animate that attribute.
|
| ISVGAnimatedPoints |
The
ISVGAnimatedPoints interface
supports elements which have a 'points'
attribute which holds a list of coordinate values and which support the
ability to animate that attribute. |
| ISVGContainerElement |
An interface to tag elements which can have graphics elements
and other container elements as child elements.
|
| ISVGExternalResourcesRequired |
Interface
ISVGExternalResourcesRequired
defines an interface which applies to all elements where this element or
one of its descendants can reference an external resource. |
| ISVGFilterPrimitiveStandardAttributes |
This interface defines the set of DOM attributes that are common across
the filter primitive interfaces.
|
| ISVGFitToViewBox |
Interface
ISVGFitToViewBox defines DOM
attributes that apply to elements which have XML attributes ISVGFitToViewBox.getViewBox()
and ISVGFitToViewBox.getPreserveAspectRatio(). |
| ISVGGraphicsElement |
An interface to tag the element types that can cause graphics to be drawn
onto the target canvas.
|
| ISVGLangSpace |
Interface
ISVGLangSpace defines an interface
which applies to all elements which have attributes xml:lang
and xml:space. |
| ISVGLocatable |
Interface
ISVGLocatable is for all elements
which either have a transform attribute or don't have a transform
attribute but whose content can have a bounding box in current user space. |
| ISVGRenderingIntent |
The
ISVGRenderingIntent interface defines
the enumerated list of possible values for color-profile/rendering-intent
attributes or descriptors. |
| ISVGStylable |
The
ISVGStylable interface is implemented on all objects
corresponding to SVG elements that can have 'style' attribute,
'class' and presentation attributes specified on them. |
| ISVGTests |
Interface
ISVGTests defines an interface
which applies to all elements which have attributes ISVGTests.getRequiredFeatures(),
ISVGTests.getRequiredExtensions() and
ISVGTests.getSystemLanguage(). |
| ISVGTransformable |
Interface
ISVGTransformable contains
properties and methods that apply to all elements which have attribute
ISVGTransformable.getTransform(). |
| ISVGUnitTypes |
The
ISVGUnitTypes interface defines
a commonly used set of constants and is a base interface used by OMSVGGradientElement, OMSVGPatternElement,
OMSVGClipPathElement, OMSVGMaskElement
and OMSVGFilterElement. |
| ISVGURIReference |
Interface
ISVGURIReference defines an
interface which applies to all elements which have the collection of XLink
attributes, such as 'xlink:href', which
define a URI reference. |
| ISVGViewSpec |
The interface corresponds to an SVG View Specification.
|
| ISVGZoomAndPan |
The
ISVGZoomAndPan interface defines
attribute ISVGZoomAndPan.getZoomAndPan()
and associated constants. |
Copyright © 2018. All Rights Reserved.