blob: 97ef6bad9d663e06ac427aa3bd4ef196e437dbda [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGViewSpec extends
SVGZoomAndPan,
SVGFitToViewBox {
public SVGTransformList getTransform( );
public SVGElement getViewTarget( );
public String getViewBoxString( );
public String getPreserveAspectRatioString( );
public String getTransformString( );
public String getViewTargetString( );
}