|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.anim.dom.SVGLocatableSupport
public class SVGLocatableSupport
This class provides support for the SVGLocatable interface.
Constructor Summary | |
---|---|
SVGLocatableSupport()
Creates a new SVGLocatable element. |
Method Summary | |
---|---|
static org.w3c.dom.svg.SVGRect |
getBBox(Element elt)
To implement SVGLocatable.getBBox() . |
static org.w3c.dom.svg.SVGMatrix |
getCTM(Element elt)
To implement SVGLocatable.getCTM() . |
static org.w3c.dom.svg.SVGElement |
getFarthestViewportElement(Element elt)
To implement SVGLocatable.getFarthestViewportElement() . |
static org.w3c.dom.svg.SVGElement |
getNearestViewportElement(Element e)
To implement SVGLocatable.getNearestViewportElement() . |
static org.w3c.dom.svg.SVGMatrix |
getScreenCTM(Element elt)
To implement SVGLocatable.getScreenCTM() . |
static org.w3c.dom.svg.SVGMatrix |
getTransformToElement(Element elt,
org.w3c.dom.svg.SVGElement element)
To implement SVGLocatable.getTransformToElement(SVGElement) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVGLocatableSupport()
Method Detail |
---|
public static org.w3c.dom.svg.SVGElement getNearestViewportElement(Element e)
SVGLocatable.getNearestViewportElement()
.
public static org.w3c.dom.svg.SVGElement getFarthestViewportElement(Element elt)
SVGLocatable.getFarthestViewportElement()
.
public static org.w3c.dom.svg.SVGRect getBBox(Element elt)
SVGLocatable.getBBox()
.
public static org.w3c.dom.svg.SVGMatrix getCTM(Element elt)
SVGLocatable.getCTM()
.
public static org.w3c.dom.svg.SVGMatrix getScreenCTM(Element elt)
SVGLocatable.getScreenCTM()
.
public static org.w3c.dom.svg.SVGMatrix getTransformToElement(Element elt, org.w3c.dom.svg.SVGElement element) throws org.w3c.dom.svg.SVGException
SVGLocatable.getTransformToElement(SVGElement)
.
org.w3c.dom.svg.SVGException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |