package org.w3c.dom.svg;

public interface SVGLocatableElement extends SVGElement
{

 public SVGRect getBBox();
 
 public SVGMatrix getScreenCTM();
 
 public SVGRect getScreenBBox();
 
}