public class SVGLocatableSupport
extends java.lang.Object
Constructor and Description |
---|
SVGLocatableSupport()
Creates a new SVGLocatable element.
|
Modifier and Type | Method and Description |
---|---|
static SVGRect |
getBBox(org.w3c.dom.Element elt)
To implement
org.w3c.dom.svg.SVGLocatable#getBBox() . |
static SVGMatrix |
getCTM(org.w3c.dom.Element elt)
To implement
org.w3c.dom.svg.SVGLocatable#getCTM() . |
static SVGElement |
getFarthestViewportElement(org.w3c.dom.Element elt)
To implement
org.w3c.dom.svg.SVGLocatable#getFarthestViewportElement() . |
static SVGElement |
getNearestViewportElement(org.w3c.dom.Element e)
To implement
org.w3c.dom.svg.SVGLocatable#getNearestViewportElement() . |
static SVGMatrix |
getScreenCTM(org.w3c.dom.Element elt)
To implement
org.w3c.dom.svg.SVGLocatable#getScreenCTM() . |
static SVGMatrix |
getTransformToElement(org.w3c.dom.Element elt,
SVGElement element)
To implement
org.w3c.dom.svg.SVGLocatable#getTransformToElement(SVGElement) . |
public SVGLocatableSupport()
public static SVGElement getNearestViewportElement(org.w3c.dom.Element e)
org.w3c.dom.svg.SVGLocatable#getNearestViewportElement()
.public static SVGElement getFarthestViewportElement(org.w3c.dom.Element elt)
org.w3c.dom.svg.SVGLocatable#getFarthestViewportElement()
.public static SVGRect getBBox(org.w3c.dom.Element elt)
org.w3c.dom.svg.SVGLocatable#getBBox()
.public static SVGMatrix getCTM(org.w3c.dom.Element elt)
org.w3c.dom.svg.SVGLocatable#getCTM()
.public static SVGMatrix getScreenCTM(org.w3c.dom.Element elt)
org.w3c.dom.svg.SVGLocatable#getScreenCTM()
.public static SVGMatrix getTransformToElement(org.w3c.dom.Element elt, SVGElement element) throws SVGException
org.w3c.dom.svg.SVGLocatable#getTransformToElement(SVGElement)
.SVGException
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.