Sign in
apache
/
xmlgraphics-batik
/
3d98bbc33d09bb23dae8c2bdfca37b8a1dd39de8
/
.
/
sources
/
org
/
w3c
/
dom
/
svg
/
SVGAnimatedPoints.java
blob: 1f7f7280cacacb3ab2b1c004efc985ba26662107 [
file
] [
log
] [
blame
]
package
org
.
w3c
.
dom
.
svg
;
public
interface
SVGAnimatedPoints
{
public
SVGPointList
getPoints
(
);
public
SVGPointList
getAnimatedPoints
(
);
}