Package | Description |
---|---|
org.vectomatic.dom.svg |
Wrapper classes representing the bulk of libgwtsvg public API.
|
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.
|
Modifier and Type | Method and Description |
---|---|
OMSVGPathSegList |
OMSVGPathElement.getAnimatedNormalizedPathSegList()
Provides access to the current animated contents of the 'd'
attribute in a form where all path data commands are expressed in terms
of the following subset of
OMSVGPathSeg
types: SVG_PATHSEG_MOVETO_ABS (M), SVG_PATHSEG_LINETO_ABS (L), SVG_PATHSEG_CURVETO_CUBIC_ABS
(C) and SVG_PATHSEG_CLOSEPATH (z). |
OMSVGPathSegList |
OMSVGPathElement.getAnimatedPathSegList()
Provides access to the current animated contents of the 'd'
attribute in a form which matches one-for-one with SVG's syntax.
|
OMSVGPathSegList |
OMSVGPathElement.getNormalizedPathSegList()
Provides access to the base (i.e., static) contents of the 'd'
attribute in a form where all path data commands are expressed in terms
of the following subset of
OMSVGPathSeg
types: SVG_PATHSEG_MOVETO_ABS (M), SVG_PATHSEG_LINETO_ABS (L), SVG_PATHSEG_CURVETO_CUBIC_ABS
(C) and SVG_PATHSEG_CLOSEPATH (z). |
OMSVGPathSegList |
OMSVGPathElement.getPathSegList()
Provides access to the base (i.e., static) contents of the 'd'
attribute in a form which matches one-for-one with SVG's syntax.
|
Modifier and Type | Method and Description |
---|---|
OMSVGPathSegList |
SVGPathElement.getAnimatedNormalizedPathSegList()
Provides access to the current animated contents of the 'd'
attribute in a form where all path data commands are expressed in terms
of the following subset of
OMSVGPathSeg
types: SVG_PATHSEG_MOVETO_ABS (M), SVG_PATHSEG_LINETO_ABS (L), SVG_PATHSEG_CURVETO_CUBIC_ABS
(C) and SVG_PATHSEG_CLOSEPATH (z). |
OMSVGPathSegList |
SVGPathElement.getAnimatedPathSegList()
Provides access to the current animated contents of the 'd'
attribute in a form which matches one-for-one with SVG's syntax.
|
OMSVGPathSegList |
SVGPathElement.getNormalizedPathSegList()
Provides access to the base (i.e., static) contents of the 'd'
attribute in a form where all path data commands are expressed in terms
of the following subset of
OMSVGPathSeg
types: SVG_PATHSEG_MOVETO_ABS (M), SVG_PATHSEG_LINETO_ABS (L), SVG_PATHSEG_CURVETO_CUBIC_ABS
(C) and SVG_PATHSEG_CLOSEPATH (z). |
OMSVGPathSegList |
SVGPathElement.getPathSegList()
Provides access to the base (i.e., static) contents of the 'd'
attribute in a form which matches one-for-one with SVG's syntax.
|
Modifier and Type | Method and Description |
---|---|
OMSVGPathSegList |
ISVGAnimatedPathData.getAnimatedNormalizedPathSegList()
Provides access to the current animated contents of the 'd'
attribute in a form where all path data commands are expressed in terms
of the following subset of
OMSVGPathSeg
types: SVG_PATHSEG_MOVETO_ABS (M), SVG_PATHSEG_LINETO_ABS (L), SVG_PATHSEG_CURVETO_CUBIC_ABS
(C) and SVG_PATHSEG_CLOSEPATH (z). |
OMSVGPathSegList |
ISVGAnimatedPathData.getAnimatedPathSegList()
Provides access to the current animated contents of the 'd'
attribute in a form which matches one-for-one with SVG's syntax.
|
OMSVGPathSegList |
ISVGAnimatedPathData.getNormalizedPathSegList()
Provides access to the base (i.e., static) contents of the 'd'
attribute in a form where all path data commands are expressed in terms
of the following subset of
OMSVGPathSeg
types: SVG_PATHSEG_MOVETO_ABS (M), SVG_PATHSEG_LINETO_ABS (L), SVG_PATHSEG_CURVETO_CUBIC_ABS
(C) and SVG_PATHSEG_CLOSEPATH (z). |
OMSVGPathSegList |
ISVGAnimatedPathData.getPathSegList()
Provides access to the base (i.e., static) contents of the 'd'
attribute in a form which matches one-for-one with SVG's syntax.
|
Copyright © 2018. All Rights Reserved.