org.w3c.dom.svg

Interface SVGLocatable

public interface SVGLocatable

Method Summary
SVGRectgetBBox()
SVGMatrixgetCTM()
SVGElementgetFarthestViewportElement()
SVGElementgetNearestViewportElement()
SVGMatrixgetScreenCTM()
SVGMatrixgetTransformToElement(SVGElement element)

Method Detail

getBBox

public SVGRect getBBox()

getCTM

public SVGMatrix getCTM()

getFarthestViewportElement

public SVGElement getFarthestViewportElement()

getNearestViewportElement

public SVGElement getNearestViewportElement()

getScreenCTM

public SVGMatrix getScreenCTM()

getTransformToElement

public SVGMatrix getTransformToElement(SVGElement element)