|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.SVGTextPositioningElementSupport
This class provide support for the SVGTextPositionningElement interface.
Field Summary | |
static String |
DX_DEFAULT_VALUE
|
static String |
DY_DEFAULT_VALUE
|
static String |
X_DEFAULT_VALUE
|
static String |
Y_DEFAULT_VALUE
|
Constructor Summary | |
SVGTextPositioningElementSupport()
|
Method Summary | |
static SVGAnimatedLengthList |
getDx(AbstractElement e)
DOM: Implements SVGTextPositioningElement.getDx() . |
static SVGAnimatedLengthList |
getDy(AbstractElement e)
DOM: Implements SVGTextPositioningElement.getDy() . |
static SVGAnimatedLengthList |
getX(AbstractElement e)
DOM: Implements SVGTextPositioningElement.getX() . |
static SVGAnimatedLengthList |
getY(AbstractElement e)
DOM: Implements SVGTextPositioningElement.getY() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String X_DEFAULT_VALUE
public static final String Y_DEFAULT_VALUE
public static final String DX_DEFAULT_VALUE
public static final String DY_DEFAULT_VALUE
Constructor Detail |
public SVGTextPositioningElementSupport()
Method Detail |
public static SVGAnimatedLengthList getX(AbstractElement e)
SVGTextPositioningElement.getX()
.
public static SVGAnimatedLengthList getY(AbstractElement e)
SVGTextPositioningElement.getY()
.
public static SVGAnimatedLengthList getDx(AbstractElement e)
SVGTextPositioningElement.getDx()
.
public static SVGAnimatedLengthList getDy(AbstractElement e)
SVGTextPositioningElement.getDy()
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |