|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.SVGLocatableSupport
This class provides support for the SVGLocatable interface.
Constructor Summary | |
---|---|
SVGLocatableSupport()
Creates a new SVGLocatable element. |
Method Summary | |
---|---|
static SVGRect |
getBBox(org.w3c.dom.Element elt)
To implement SVGLocatable.getBBox() . |
static SVGMatrix |
getCTM(org.w3c.dom.Element elt)
To implement SVGLocatable.getCTM() . |
static SVGElement |
getFarthestViewportElement(org.w3c.dom.Element elt)
To implement SVGLocatable.getFarthestViewportElement() . |
static SVGElement |
getNearestViewportElement(org.w3c.dom.Element e)
To implement SVGLocatable.getNearestViewportElement() . |
static SVGMatrix |
getScreenCTM(org.w3c.dom.Element elt)
To implement SVGLocatable.getScreenCTM() . |
static SVGMatrix |
getTransformToElement(org.w3c.dom.Element elt,
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 SVGElement getNearestViewportElement(org.w3c.dom.Element e)
SVGLocatable.getNearestViewportElement()
.
public static SVGElement getFarthestViewportElement(org.w3c.dom.Element elt)
SVGLocatable.getFarthestViewportElement()
.
public static SVGRect getBBox(org.w3c.dom.Element elt)
SVGLocatable.getBBox()
.
public static SVGMatrix getCTM(org.w3c.dom.Element elt)
SVGLocatable.getCTM()
.
public static SVGMatrix getScreenCTM(org.w3c.dom.Element elt)
SVGLocatable.getScreenCTM()
.
public static SVGMatrix getTransformToElement(org.w3c.dom.Element elt, SVGElement element) throws SVGException
SVGLocatable.getTransformToElement(SVGElement)
.
SVGException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |