| Package | Description |
|---|---|
| org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
| org.vectomatic.dom.svg.events |
SVG-specific event handler classes.
|
| org.vectomatic.dom.svg.impl |
libgwtsvg implementation classes, not to be accessed directly.
|
| org.vectomatic.dom.svg.itf |
Interfaces for polymorphic operations on SVG classes.
|
| org.vectomatic.dom.svg.ui |
UI classes which are part of libgwtsvg public API.
|
| org.vectomatic.dom.svg.utils |
Utility classes which are part of libgwtsvg public API.
|
| Class and Description |
|---|
| OMAttr
Wrapper class for DOM Attr
|
| OMCSSPrimitiveValue
Class for a CSS primitive value
|
| OMCSSValue
Base class for CSS values
|
| OMDocument
Wrapper class for DOM Document
|
| OMElement
Wrapper class for DOM Element
|
| OMNamedNodeMap
Wrapper class for DOM NamedNodeMap
|
| OMNode
Wrapper class for DOM Node.
|
| OMNodeList
Wrapper class for DOM NodeList
|
| OMRGBColor
Class to represent a CSS RGB color
|
| OMSVGAElement
The
OMSVGAElement interface corresponds
to the a element. |
| OMSVGAltGlyphDefElement
The
OMSVGAltGlyphDefElement interface corresponds
to the altGlyphDef element. |
| OMSVGAltGlyphElement
The
OMSVGAltGlyphElement interface corresponds
to the altGlyph element. |
| OMSVGAltGlyphItemElement
The
OMSVGAltGlyphItemElement interface corresponds
to the altGlyphItem element. |
| OMSVGAngle
The
OMSVGAngle interface corresponds to
the <angle> basic data type. |
| OMSVGAnimateColorElement
The
OMSVGAnimateColorElement interface
corresponds to the animateColor element. |
| OMSVGAnimatedAngle
Used for attributes of basic data type <angle>
that can be animated.
|
| OMSVGAnimatedBoolean
Used for attributes of type boolean which can be animated.
|
| OMSVGAnimatedEnumeration
Used for attributes whose value must be a constant from a particular enumeration
and which can be animated.
|
| OMSVGAnimatedInteger
Used for attributes of basic type <integer>
which can be animated.
|
| OMSVGAnimatedLength
Used for attributes of basic type <length>
which can be animated.
|
| OMSVGAnimatedLengthList
Used for attributes of type
OMSVGLengthList
which can be animated. |
| OMSVGAnimatedNumber
Used for attributes of basic type <number>
which can be animated.
|
| OMSVGAnimatedNumberList
Used for attributes which take a list of numbers and which can be animated.
|
| OMSVGAnimatedPreserveAspectRatio
Used for attributes of type
OMSVGPreserveAspectRatio
which can be animated. |
| OMSVGAnimatedRect
Used for attributes of type
OMSVGRect which
can be animated. |
| OMSVGAnimatedString
Used for attributes of type DOMString which can be animated.
|
| OMSVGAnimatedTransformList
Used for the various attributes which specify a set of transformations,
such as the
transform attribute which is available for many
of SVG's elements, and which can be animated. |
| OMSVGAnimateElement
The
OMSVGAnimateElement interface corresponds
to the animate element. |
| OMSVGAnimateMotionElement
The
OMSVGAnimateMotionElement interface
corresponds to the animateMotion element. |
| OMSVGAnimateTransformElement
The
OMSVGAnimateTransformElement interface
corresponds to the animateTransform element. |
| OMSVGAnimationElement
The
OMSVGAnimationElement interface is
the base interface for all of the animation element interfaces: OMSVGAnimateElement, OMSVGSetElement,
OMSVGAnimateColorElement, OMSVGAnimateMotionElement
and OMSVGAnimateTransformElement. |
| OMSVGCircleElement
The
OMSVGCircleElement interface corresponds
to the circle element. |
| OMSVGClipPathElement
The
OMSVGClipPathElement interface corresponds
to the clipPath element. |
| OMSVGColor
The
OMSVGColor interface corresponds
to color value definition for properties stop-color, flood-color
and lighting-color and is a base class for interface OMSVGPaint. |
| OMSVGColorProfileElement
The
OMSVGColorProfileElement interface corresponds
to the color-profile element. |
| OMSVGComponentTransferFunctionElement
This interface defines a base interface used by the component transfer
function interfaces.
|
| OMSVGCursorElement
The
OMSVGCursorElement interface corresponds
to the cursor element. |
| OMSVGDefsElement
The
OMSVGDefsElement interface corresponds
to the defs element. |
| OMSVGDescElement
The
OMSVGDescElement interface corresponds
to the desc element. |
| OMSVGElement
All of the SVG DOM interfaces that correspond directly to elements in the
SVG language (such as the
OMSVGPathElement
interface for the path element) derive from the OMSVGElement interface. |
| OMSVGElementInstance
For each use element, the SVG DOM maintains
a shadow tree (the "instance tree") of objects of type
OMSVGElementInstance. |
| OMSVGElementInstanceList
The
OMSVGElementInstanceList interface provides
the abstraction of an ordered collection of OMSVGElementInstance
objects, without defining or constraining how this collection is implemented. |
| OMSVGEllipseElement
The
OMSVGEllipseElement interface corresponds
to the ellipse element. |
| OMSVGFEBlendElement
The
OMSVGFEBlendElement interface corresponds
to the feBlend element. |
| OMSVGFEColorMatrixElement
The
OMSVGFEColorMatrixElement interface
corresponds to the feColorMatrix element. |
| OMSVGFEComponentTransferElement
The
OMSVGFEComponentTransferElement interface
corresponds to the feComponentTransfer
element. |
| OMSVGFECompositeElement
The
OMSVGFECompositeElement interface corresponds
to the feComposite element. |
| OMSVGFEConvolveMatrixElement
The
OMSVGFEConvolveMatrixElement interface
corresponds to the feConvolveMatrix element. |
| OMSVGFEDiffuseLightingElement
The
OMSVGFEDiffuseLightingElement interface
corresponds to the feDiffuseLighting element. |
| OMSVGFEDisplacementMapElement
The
OMSVGFEDisplacementMapElement interface
corresponds to the feDisplacementMap element. |
| OMSVGFEDistantLightElement
The
OMSVGFEDistantLightElement interface
corresponds to the feDistantLight element. |
| OMSVGFEFloodElement
The
OMSVGFEFloodElement interface corresponds
to the feFlood element. |
| OMSVGFEFuncAElement
The
OMSVGFEFuncAElement interface corresponds
to the feFuncA element. |
| OMSVGFEFuncBElement
The
OMSVGFEFuncBElement interface corresponds
to the feFuncB element. |
| OMSVGFEFuncGElement
The
OMSVGFEFuncRElement interface corresponds
to the feFuncG element. |
| OMSVGFEFuncRElement
The
OMSVGFEFuncRElement interface corresponds
to the feFuncR element. |
| OMSVGFEGaussianBlurElement
The
OMSVGFEGaussianBlurElement interface
corresponds to the feGaussianBlur element. |
| OMSVGFEImageElement
The
OMSVGFEImageElement interface corresponds
to the feImage element. |
| OMSVGFEMergeElement
The
OMSVGFEMergeElement interface corresponds
to the feMerge element. |
| OMSVGFEMergeNodeElement
The
OMSVGFEMergeNodeElement interface corresponds
to the feMergeNode element. |
| OMSVGFEMorphologyElement
The
OMSVGFEMorphologyElement interface corresponds
to the feMorphology element. |
| OMSVGFEOffsetElement
The
OMSVGFEOffsetElement interface corresponds
to the feOffset element. |
| OMSVGFEPointLightElement
The
OMSVGFEPointLightElement interface corresponds
to the fePointLight element. |
| OMSVGFESpecularLightingElement
The
OMSVGFESpecularLightingElement interface
corresponds to the feSpecularLighting
element. |
| OMSVGFESpotLightElement
The
OMSVGFESpotLightElement interface corresponds
to the feSpotLight element. |
| OMSVGFETileElement
The
OMSVGFETileElement interface corresponds
to the feTile element. |
| OMSVGFETurbulenceElement
The
OMSVGFETurbulenceElement interface corresponds
to the feTurbulence element. |
| OMSVGFilterElement
The
OMSVGFilterElement interface corresponds
to the filter element. |
| OMSVGFontElement
The
OMSVGFontElement interface corresponds
to the font element. |
| OMSVGFontFaceElement
The
OMSVGFontFaceElement interface corresponds
to the font-face element. |
| OMSVGFontFaceFormatElement
The
OMSVGFontFaceFormatElement interface
corresponds to the font-face-format element. |
| OMSVGFontFaceNameElement
The
OMSVGFontFaceNameElement interface
corresponds to the font-face-name element. |
| OMSVGFontFaceSrcElement
The
OMSVGFontFaceSrcElement interface
corresponds to the font-face-src element. |
| OMSVGFontFaceUriElement
The
OMSVGFontFaceUriElement interface
corresponds to the font-face-uri element. |
| OMSVGForeignObjectElement
The
OMSVGForeignObjectElement interface
corresponds to the foreignObject element. |
| OMSVGGElement
The
OMSVGSVGElement interface corresponds
to the g element. |
| OMSVGGlyphElement
The
OMSVGGlyphElement interface corresponds
to the glyph element. |
| OMSVGGlyphRefElement
The
OMSVGGlyphRefElement interface corresponds
to the glyphRef element. |
| OMSVGGradientElement
The
OMSVGGradientElement interface is a
base interface used by OMSVGLinearGradientElement
and OMSVGRadialGradientElement. |
| OMSVGHKernElement
The
OMSVGHKernElement interface corresponds
to the hkern element. |
| OMSVGICCColor
The
OMSVGICCColor interface expresses an
ICC-based color specification. |
| OMSVGImageElement
The
OMSVGImageElement interface corresponds
to the image element. |
| OMSVGLength
The
OMSVGLength interface corresponds to
the <length> basic data type. |
| OMSVGLengthList
This interface defines a list of SVGLength objects.
|
| OMSVGLinearGradientElement
The
OMSVGLinearGradientElement interface
corresponds to the linearGradient element. |
| OMSVGLineElement
The
OMSVGLineElement interface corresponds
to the line element. |
| OMSVGMarkerElement
The
OMSVGMarkerElement interface corresponds
to the marker element. |
| OMSVGMaskElement
The
OMSVGMaskElement interface corresponds
to the mask element. |
| OMSVGMatrix
Many of SVG's graphics operations utilize 2x3 matrices of the form:
|
| OMSVGMetadataElement
The
OMSVGMetadataElement interface corresponds
to the metadata element. |
| OMSVGMissingGlyphElement
The
OMSVGMissingGlyphElement interface
corresponds to the missing-glyph element. |
| OMSVGMPathElement
The
OMSVGMPathElement interface corresponds
to the mpath element. |
| OMSVGNumber
Used for attributes of basic type <number>.
|
| OMSVGNumberList
This interface defines a list of SVGNumber objects.
|
| OMSVGPathElement
The
OMSVGPathElement interface corresponds
to the path element. |
| OMSVGPathSeg
The
OMSVGPathSeg interface is a base interface
that corresponds to a single command within a path data specification. |
| OMSVGPathSegArcAbs
The
OMSVGPathSegArcAbs interface corresponds
to an "absolute arcto" (A) path data command. |
| OMSVGPathSegArcRel
The
OMSVGPathSegArcRel interface corresponds
to a "relative arcto" (a) path data command. |
| OMSVGPathSegClosePath
The
OMSVGPathSegClosePath interface corresponds
to a "closepath" (z) path data command. |
| OMSVGPathSegCurvetoCubicAbs
The
OMSVGPathSegCurvetoCubicAbs interface
corresponds to an "absolute cubic Bézier curveto" (C) path data command. |
| OMSVGPathSegCurvetoCubicRel
The
OMSVGPathSegCurvetoCubicRel interface
corresponds to a "relative cubic Bézier curveto" (c) path data command. |
| OMSVGPathSegCurvetoCubicSmoothAbs
The
OMSVGPathSegCurvetoCubicSmoothAbs interface
corresponds to an "absolute smooth cubic curveto" (S) path data command. |
| OMSVGPathSegCurvetoCubicSmoothRel
The
OMSVGPathSegCurvetoCubicSmoothRel interface
corresponds to a "relative smooth cubic curveto" (s) path data command. |
| OMSVGPathSegCurvetoQuadraticAbs
The
OMSVGPathSegCurvetoQuadraticAbs interface
corresponds to an "absolute quadratic Bézier curveto" (Q) path data command. |
| OMSVGPathSegCurvetoQuadraticRel
The
OMSVGPathSegCurvetoQuadraticRel interface
corresponds to a "relative quadratic Bézier curveto" (q) path data command. |
| OMSVGPathSegCurvetoQuadraticSmoothAbs
The
OMSVGPathSegCurvetoQuadraticSmoothAbs
interface corresponds to an "absolute smooth cubic curveto" (T) path data
command. |
| OMSVGPathSegCurvetoQuadraticSmoothRel
The
OMSVGPathSegCurvetoQuadraticSmoothRel
interface corresponds to a "relative smooth cubic curveto" (t) path data
command. |
| OMSVGPathSegLinetoAbs
The
OMSVGPathSegLinetoAbs interface corresponds
to an "absolute lineto" (L) path data command. |
| OMSVGPathSegLinetoHorizontalAbs
The
OMSVGPathSegLinetoHorizontalAbs interface
corresponds to an "absolute horizontal lineto" (H) path data command. |
| OMSVGPathSegLinetoHorizontalRel
The
OMSVGPathSegLinetoHorizontalRel interface
corresponds to a "relative horizontal lineto" (h) path data command. |
| OMSVGPathSegLinetoRel
The
OMSVGPathSegLinetoRel interface corresponds
to a "relative lineto" (l) path data command. |
| OMSVGPathSegLinetoVerticalAbs
The
OMSVGPathSegLinetoVerticalAbs interface
corresponds to an "absolute vertical lineto" (V) path data command. |
| OMSVGPathSegLinetoVerticalRel
The
OMSVGPathSegLinetoVerticalRel interface
corresponds to a "relative vertical lineto" (v) path data command. |
| OMSVGPathSegList
This interface defines a list of SVGPathSeg objects.
|
| OMSVGPathSegMovetoAbs
The
OMSVGPathSegMovetoAbs interface corresponds
to an "absolute moveto" (M) path data command. |
| OMSVGPathSegMovetoRel
The
OMSVGPathSegMovetoRel interface corresponds
to a "relative moveto" (m) path data command. |
| OMSVGPatternElement
The
OMSVGPatternElement interface corresponds
to the pattern element. |
| OMSVGPoint
Many of the SVG DOM interfaces refer to objects of class
OMSVGPoint. |
| OMSVGPointList
This interface defines a list of SVGPoint objects.
|
| OMSVGPolygonElement
The
OMSVGPolygonElement interface corresponds
to the polygon element. |
| OMSVGPolylineElement
The
OMSVGPolylineElement interface corresponds
to the polyline element. |
| OMSVGPreserveAspectRatio
The
OMSVGPreserveAspectRatio interface corresponds
to the preserveAspectRatio attribute, which is available for
some of SVG's elements. |
| OMSVGRadialGradientElement
The
OMSVGRadialGradientElement interface
corresponds to the radialGradient element. |
| OMSVGRect
Represents rectangular geometry.
|
| OMSVGRectElement
The
OMSVGRectElement interface corresponds
to the rect element. |
| OMSVGScriptElement
The
OMSVGScriptElement interface corresponds
to the script element. |
| OMSVGSetElement
The
OMSVGSetElement interface corresponds
to the set element. |
| OMSVGStopElement
The
OMSVGStopElement interface corresponds
to the stop element. |
| OMSVGStringList
This interface defines a list of DOMString values.
|
| OMSVGStyle
Class to represent a CSS style
|
| OMSVGStyleElement
The
OMSVGStyleElement interface corresponds
to the style element. |
| OMSVGSVGElement
A key interface definition is the
OMSVGSVGElement
interface, which is the interface that corresponds to the svg element. |
| OMSVGSwitchElement
The
OMSVGSwitchElement interface corresponds
to the switch element. |
| OMSVGSymbolElement
The
OMSVGSymbolElement interface corresponds
to the symbol element. |
| OMSVGTextContentElement
The
OMSVGTextContentElement is inherited
by various text-related interfaces, such as OMSVGTextElement,
OMSVGTSpanElement, OMSVGTRefElement,
OMSVGAltGlyphElement and OMSVGTextPathElement. |
| OMSVGTextElement
The
OMSVGTextElement interface corresponds
to the text element. |
| OMSVGTextPathElement
The
OMSVGTextPathElement interface corresponds
to the textPath element. |
| OMSVGTextPositioningElement
The
OMSVGTextPositioningElement interface
is inherited by text-related interfaces: OMSVGTextElement,
OMSVGTSpanElement, OMSVGTRefElement
and OMSVGAltGlyphElement. |
| OMSVGTitleElement
The
OMSVGTitleElement interface corresponds
to the title element. |
OMSVGTransform
OMSVGTransform is the interface for one
of the component transformations within an OMSVGTransformList;
thus, an OMSVGTransform object corresponds
to a single component (e.g., 'scale(…)'
or 'matrix(…)') within a transform
attribute specification. |
| OMSVGTransformList
This interface defines a list of SVGTransform objects.
|
| OMSVGTRefElement
The
OMSVGTRefElement interface corresponds
to the tref element. |
| OMSVGTSpanElement
The
OMSVGTSpanElement interface corresponds
to the tspan element. |
| OMSVGUseElement
The
OMSVGUseElement interface corresponds
to the use element. |
| OMSVGViewElement
The
OMSVGAElement interface corresponds
to the view element. |
| OMSVGViewSpec
The interface corresponds to an SVG View Specification.
|
| OMSVGVKernElement
The
OMSVGVKernElement interface corresponds
to the vkern element. |
| OMText
Wrapper class for DOM Text
|
| Class and Description |
|---|
| OMSVGPoint
Many of the SVG DOM interfaces refer to objects of class
OMSVGPoint. |
| OMSVGRect
Represents rectangular geometry.
|
| Class and Description |
|---|
| OMCSSValue
Base class for CSS values
|
| OMNode
Wrapper class for DOM Node.
|
| OMRGBColor
Class to represent a CSS RGB color
|
| OMSVGAngle
The
OMSVGAngle interface corresponds to
the <angle> basic data type. |
| OMSVGAnimatedAngle
Used for attributes of basic data type <angle>
that can be animated.
|
| OMSVGAnimatedBoolean
Used for attributes of type boolean which can be animated.
|
| OMSVGAnimatedEnumeration
Used for attributes whose value must be a constant from a particular enumeration
and which can be animated.
|
| OMSVGAnimatedInteger
Used for attributes of basic type <integer>
which can be animated.
|
| OMSVGAnimatedLength
Used for attributes of basic type <length>
which can be animated.
|
| OMSVGAnimatedLengthList
Used for attributes of type
OMSVGLengthList
which can be animated. |
| OMSVGAnimatedNumber
Used for attributes of basic type <number>
which can be animated.
|
| OMSVGAnimatedNumberList
Used for attributes which take a list of numbers and which can be animated.
|
| OMSVGAnimatedPreserveAspectRatio
Used for attributes of type
OMSVGPreserveAspectRatio
which can be animated. |
| OMSVGAnimatedRect
Used for attributes of type
OMSVGRect which
can be animated. |
| OMSVGAnimatedString
Used for attributes of type DOMString which can be animated.
|
| OMSVGAnimatedTransformList
Used for the various attributes which specify a set of transformations,
such as the
transform attribute which is available for many
of SVG's elements, and which can be animated. |
| OMSVGElement
All of the SVG DOM interfaces that correspond directly to elements in the
SVG language (such as the
OMSVGPathElement
interface for the path element) derive from the OMSVGElement interface. |
| OMSVGElementInstance
For each use element, the SVG DOM maintains
a shadow tree (the "instance tree") of objects of type
OMSVGElementInstance. |
| OMSVGICCColor
The
OMSVGICCColor interface expresses an
ICC-based color specification. |
| OMSVGLength
The
OMSVGLength interface corresponds to
the <length> basic data type. |
| OMSVGMatrix
Many of SVG's graphics operations utilize 2x3 matrices of the form:
|
| OMSVGNumber
Used for attributes of basic type <number>.
|
| OMSVGPaint
The
OMSVGPaint interface corresponds to
basic type <paint> and
represents the values of properties fill and stroke. |
| OMSVGPathSegArcAbs
The
OMSVGPathSegArcAbs interface corresponds
to an "absolute arcto" (A) path data command. |
| OMSVGPathSegArcRel
The
OMSVGPathSegArcRel interface corresponds
to a "relative arcto" (a) path data command. |
| OMSVGPathSegClosePath
The
OMSVGPathSegClosePath interface corresponds
to a "closepath" (z) path data command. |
| OMSVGPathSegCurvetoCubicAbs
The
OMSVGPathSegCurvetoCubicAbs interface
corresponds to an "absolute cubic Bézier curveto" (C) path data command. |
| OMSVGPathSegCurvetoCubicRel
The
OMSVGPathSegCurvetoCubicRel interface
corresponds to a "relative cubic Bézier curveto" (c) path data command. |
| OMSVGPathSegCurvetoCubicSmoothAbs
The
OMSVGPathSegCurvetoCubicSmoothAbs interface
corresponds to an "absolute smooth cubic curveto" (S) path data command. |
| OMSVGPathSegCurvetoCubicSmoothRel
The
OMSVGPathSegCurvetoCubicSmoothRel interface
corresponds to a "relative smooth cubic curveto" (s) path data command. |
| OMSVGPathSegCurvetoQuadraticAbs
The
OMSVGPathSegCurvetoQuadraticAbs interface
corresponds to an "absolute quadratic Bézier curveto" (Q) path data command. |
| OMSVGPathSegCurvetoQuadraticRel
The
OMSVGPathSegCurvetoQuadraticRel interface
corresponds to a "relative quadratic Bézier curveto" (q) path data command. |
| OMSVGPathSegCurvetoQuadraticSmoothAbs
The
OMSVGPathSegCurvetoQuadraticSmoothAbs
interface corresponds to an "absolute smooth cubic curveto" (T) path data
command. |
| OMSVGPathSegCurvetoQuadraticSmoothRel
The
OMSVGPathSegCurvetoQuadraticSmoothRel
interface corresponds to a "relative smooth cubic curveto" (t) path data
command. |
| OMSVGPathSegLinetoAbs
The
OMSVGPathSegLinetoAbs interface corresponds
to an "absolute lineto" (L) path data command. |
| OMSVGPathSegLinetoHorizontalAbs
The
OMSVGPathSegLinetoHorizontalAbs interface
corresponds to an "absolute horizontal lineto" (H) path data command. |
| OMSVGPathSegLinetoHorizontalRel
The
OMSVGPathSegLinetoHorizontalRel interface
corresponds to a "relative horizontal lineto" (h) path data command. |
| OMSVGPathSegLinetoRel
The
OMSVGPathSegLinetoRel interface corresponds
to a "relative lineto" (l) path data command. |
| OMSVGPathSegLinetoVerticalAbs
The
OMSVGPathSegLinetoVerticalAbs interface
corresponds to an "absolute vertical lineto" (V) path data command. |
| OMSVGPathSegLinetoVerticalRel
The
OMSVGPathSegLinetoVerticalRel interface
corresponds to a "relative vertical lineto" (v) path data command. |
| OMSVGPathSegList
This interface defines a list of SVGPathSeg objects.
|
| OMSVGPathSegMovetoAbs
The
OMSVGPathSegMovetoAbs interface corresponds
to an "absolute moveto" (M) path data command. |
| OMSVGPathSegMovetoRel
The
OMSVGPathSegMovetoRel interface corresponds
to a "relative moveto" (m) path data command. |
| OMSVGPoint
Many of the SVG DOM interfaces refer to objects of class
OMSVGPoint. |
| OMSVGPointList
This interface defines a list of SVGPoint objects.
|
| OMSVGRect
Represents rectangular geometry.
|
| OMSVGStringList
This interface defines a list of DOMString values.
|
| OMSVGStyle
Class to represent a CSS style
|
OMSVGTransform
OMSVGTransform is the interface for one
of the component transformations within an OMSVGTransformList;
thus, an OMSVGTransform object corresponds
to a single component (e.g., 'scale(…)'
or 'matrix(…)') within a transform
attribute specification. |
| OMSVGViewSpec
The interface corresponds to an SVG View Specification.
|
| Class and Description |
|---|
| OMSVGAnimatedBoolean
Used for attributes of type boolean which can be animated.
|
| OMSVGAnimatedLength
Used for attributes of basic type <length>
which can be animated.
|
| OMSVGAnimatedPreserveAspectRatio
Used for attributes of type
OMSVGPreserveAspectRatio
which can be animated. |
| OMSVGAnimatedRect
Used for attributes of type
OMSVGRect which
can be animated. |
| OMSVGAnimatedString
Used for attributes of type DOMString which can be animated.
|
| OMSVGAnimatedTransformList
Used for the various attributes which specify a set of transformations,
such as the
transform attribute which is available for many
of SVG's elements, and which can be animated. |
| OMSVGDocument
When an svg element is embedded inline as
a component of a document from another namespace, such as when an svg element is embedded inline within
an XHTML document [XHTML], then an
OMSVGDocument object will not exist; instead, the
root object in the document object hierarchy will be a Document object
of a different type, such as an HTMLDocument object. |
| OMSVGElement
All of the SVG DOM interfaces that correspond directly to elements in the
SVG language (such as the
OMSVGPathElement
interface for the path element) derive from the OMSVGElement interface. |
| OMSVGMatrix
Many of SVG's graphics operations utilize 2x3 matrices of the form:
|
| OMSVGPathSegList
This interface defines a list of SVGPathSeg objects.
|
| OMSVGPointList
This interface defines a list of SVGPoint objects.
|
| OMSVGRect
Represents rectangular geometry.
|
| OMSVGStringList
This interface defines a list of DOMString values.
|
| OMSVGStyle
Class to represent a CSS style
|
| OMSVGTransformList
This interface defines a list of SVGTransform objects.
|
| Class and Description |
|---|
| OMNode
Wrapper class for DOM Node.
|
| OMSVGAnimatedString
Used for attributes of type DOMString which can be animated.
|
| OMSVGStyle
Class to represent a CSS style
|
| OMSVGSVGElement
A key interface definition is the
OMSVGSVGElement
interface, which is the interface that corresponds to the svg element. |
| Class and Description |
|---|
| OMCSSValue
Base class for CSS values
|
| OMElement
Wrapper class for DOM Element
|
| OMNode
Wrapper class for DOM Node.
|
| OMSVGDocument
When an svg element is embedded inline as
a component of a document from another namespace, such as when an svg element is embedded inline within
an XHTML document [XHTML], then an
OMSVGDocument object will not exist; instead, the
root object in the document object hierarchy will be a Document object
of a different type, such as an HTMLDocument object. |
| OMSVGElement
All of the SVG DOM interfaces that correspond directly to elements in the
SVG language (such as the
OMSVGPathElement
interface for the path element) derive from the OMSVGElement interface. |
| OMSVGPaint
The
OMSVGPaint interface corresponds to
basic type <paint> and
represents the values of properties fill and stroke. |
| OMSVGSVGElement
A key interface definition is the
OMSVGSVGElement
interface, which is the interface that corresponds to the svg element. |
Copyright © 2018. All Rights Reserved.