1 2 package org.w3c.dom.svg;3 4 public interface SVGTransformable extends 5 SVGLocatable {6 public SVGAnimatedTransformList getTransform( );7 }8