|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.svg.SVGLocatableSupport
public class 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 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). |
| 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)
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||