Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGViewElement.java
2 package org.w3c.dom.svg;
4 public interface SVGViewElement extends 
5                SVGElement,
6                SVGExternalResourcesRequired,
7                SVGFitToViewBox,
8                SVGZoomAndPan {
9   public SVGStringList getViewTarget( );
10 }