|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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(Element elt)
To implement SVGLocatable.getBBox() . |
static SVGMatrix |
getCTM(Element elt)
To implement SVGLocatable.getCTM() . |
static SVGElement |
getFarthestViewportElement(Element elt)
To implement SVGLocatable.getFarthestViewportElement() . |
static SVGElement |
getNearestViewportElement(Element e)
To implement SVGLocatable.getNearestViewportElement() . |
static SVGMatrix |
getScreenCTM(Element elt)
To implement SVGLocatable.getScreenCTM() . |
static SVGMatrix |
getTransformToElement(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(Element e)
SVGLocatable.getNearestViewportElement()
.public static SVGElement getFarthestViewportElement(Element elt)
SVGLocatable.getFarthestViewportElement()
.public static SVGRect getBBox(Element elt)
SVGLocatable.getBBox()
.public static SVGMatrix getCTM(Element elt)
SVGLocatable.getCTM()
.public static SVGMatrix getScreenCTM(Element elt)
SVGLocatable.getScreenCTM()
.public static SVGMatrix getTransformToElement(Element elt, SVGElement element) throws SVGException
SVGLocatable.getTransformToElement(SVGElement)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |