KickJava   Java API By Example, From Geeks To Geeks.

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


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