1 2 package org.w3c.dom.svg; 3 4 public interface SVGViewSpec extends 5 SVGZoomAndPan, 6 SVGFitToViewBox { 7 public SVGTransformList getTransform( ); 8 public SVGElement getViewTarget( ); 9 public String getViewBoxString( ); 10 public String getPreserveAspectRatioString( ); 11 public String getTransformString( ); 12 public String getViewTargetString( ); 13 } 14 | Popular Tags |