KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > w3c > dom > svg > SVGAnimatedLengthList


1
2 package org.w3c.dom.svg;
3
4 public interface SVGAnimatedLengthList {
5   public SVGLengthList getBaseVal( );
6   public SVGLengthList getAnimVal( );
7 }
8
Popular Tags