org.apache.batik.dom.svg
Class SVGTextPositioningElementSupport
java.lang.Object
|
+--org.apache.batik.dom.svg.SVGTextPositioningElementSupport
- public class SVGTextPositioningElementSupport
- extends java.lang.Object
This class provide support for the SVGTextPositionningElement
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X_DEFAULT_VALUE
public static final java.lang.String X_DEFAULT_VALUE
Y_DEFAULT_VALUE
public static final java.lang.String Y_DEFAULT_VALUE
DX_DEFAULT_VALUE
public static final java.lang.String DX_DEFAULT_VALUE
DY_DEFAULT_VALUE
public static final java.lang.String DY_DEFAULT_VALUE
SVGTextPositioningElementSupport
public SVGTextPositioningElementSupport()
getX
public static SVGAnimatedLengthList getX(AbstractElement e)
- DOM: Implements
SVGTextPositioningElement.getX()
.
getY
public static SVGAnimatedLengthList getY(AbstractElement e)
- DOM: Implements
SVGTextPositioningElement.getY()
.
getDx
public static SVGAnimatedLengthList getDx(AbstractElement e)
- DOM: Implements
SVGTextPositioningElement.getDx()
.
getDy
public static SVGAnimatedLengthList getDy(AbstractElement e)
- DOM: Implements
SVGTextPositioningElement.getDy()
.
Copyright © 2004 Apache Software Foundation. All Rights Reserved.