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