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 |
---|---|
OMSVGPointList |
OMSVGPolylineElement.getAnimatedPoints()
Provides access to the current animated contents of the 'points'
attribute.
|
OMSVGPointList |
OMSVGPolygonElement.getAnimatedPoints()
Provides access to the current animated contents of the 'points'
attribute.
|
OMSVGPointList |
OMSVGPolylineElement.getPoints()
Provides access to the base (i.e., static) contents of the 'points'
attribute.
|
OMSVGPointList |
OMSVGPolygonElement.getPoints()
Provides access to the base (i.e., static) contents of the 'points'
attribute.
|
Modifier and Type | Method and Description |
---|---|
OMSVGPointList |
SVGPolylineElement.getAnimatedPoints()
Provides access to the current animated contents of the 'points'
attribute.
|
OMSVGPointList |
SVGPolygonElement.getAnimatedPoints()
Provides access to the current animated contents of the 'points'
attribute.
|
OMSVGPointList |
SVGPolylineElement.getPoints()
Provides access to the base (i.e., static) contents of the 'points'
attribute.
|
OMSVGPointList |
SVGPolygonElement.getPoints()
Provides access to the base (i.e., static) contents of the 'points'
attribute.
|
Modifier and Type | Method and Description |
---|---|
OMSVGPointList |
ISVGAnimatedPoints.getAnimatedPoints()
Provides access to the current animated contents of the 'points'
attribute.
|
OMSVGPointList |
ISVGAnimatedPoints.getPoints()
Provides access to the base (i.e., static) contents of the 'points'
attribute.
|
Copyright © 2018. All Rights Reserved.