org.apache.fop.dom.svg
Class SVGTSpanElementImpl

java.lang.Object
  |
  +--org.apache.fop.dom.NodeImpl
        |
        +--org.apache.fop.dom.ElementImpl
              |
              +--org.apache.fop.dom.svg.SVGElementImpl
                    |
                    +--org.apache.fop.dom.svg.GraphicElement
                          |
                          +--org.apache.fop.dom.svg.SVGTextContentElementImpl
                                |
                                +--org.apache.fop.dom.svg.SVGTSpanElementImpl
Direct Known Subclasses:
SVGTRefElementImpl

public class SVGTSpanElementImpl
extends SVGTextContentElementImpl
implements org.w3c.dom.svg.SVGTSpanElement


Field Summary
 int dx
           
 org.w3c.dom.svg.SVGAnimatedLengthList dxlist
           
 int dy
           
 org.w3c.dom.svg.SVGAnimatedLengthList dylist
           
 java.lang.String str
           
 org.w3c.dom.svg.SVGAnimatedLengthList xlist
           
 org.w3c.dom.svg.SVGAnimatedLengthList ylist
           
 
Fields inherited from class org.apache.fop.dom.svg.GraphicElement
reqExtensions, reqFeatures, sysLanguage
 
Fields inherited from class org.apache.fop.dom.NodeImpl
childs, ownerDoc
 
Fields inherited from interface org.w3c.dom.svg.SVGTextContentElement
LENGTHADJUST_SPACING, LENGTHADJUST_SPACINGANDGLYPHS, LENGTHADJUST_UNKNOWN
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
SVGTSpanElementImpl()
           
 
Method Summary
 org.w3c.dom.svg.SVGAnimatedLengthList getDx()
           
 org.w3c.dom.svg.SVGAnimatedLengthList getDy()
           
 org.w3c.dom.svg.SVGAnimatedNumberList getRotate()
           
 org.w3c.dom.svg.SVGAnimatedLengthList getX()
           
 org.w3c.dom.svg.SVGAnimatedLengthList getY()
           
 
Methods inherited from class org.apache.fop.dom.svg.SVGTextContentElementImpl
getCharNumAtPosition, getComputedTextLength, getEndPositionOfChar, getExtentOfChar, getLengthAdjust, getNumberOfChars, getRotationOfChar, getStartPositionOfChar, getSubStringLength, getTextLength, selectSubString
 
Methods inherited from class org.apache.fop.dom.svg.GraphicElement
addEventListener, dispatchEvent, getBBox, getChildrenBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSystemLanguage, getTransform, getTransformToElement, getXMLlang, getXMLspace, hasExtension, removeEventListener, setRequiredExtensions, setRequiredFeatures, setSystemLanguage, setTransform, setXMLlang, setXMLspace
 
Methods inherited from class org.apache.fop.dom.svg.SVGElementImpl
appendChild, getAnimatedPresentationAttribute, getClassName, getExternalResourcesRequired, getId, getNamespaceURI, getOwnerSVGElement, getPresentationAttribute, getStyle, getViewportElement, setClassName, setExternalResourcesRequired, setId, setOwnerSVG, setStyle
 
Methods inherited from class org.apache.fop.dom.ElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, hasAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, replaceChild, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS
 
Methods inherited from class org.apache.fop.dom.NodeImpl
cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTagName, hasChildNodes, insertBefore, isSupported, normalize, removeChild, setNodeValue, setPrefix, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

str

public java.lang.String str

dx

public int dx

dy

public int dy

xlist

public org.w3c.dom.svg.SVGAnimatedLengthList xlist

ylist

public org.w3c.dom.svg.SVGAnimatedLengthList ylist

dxlist

public org.w3c.dom.svg.SVGAnimatedLengthList dxlist

dylist

public org.w3c.dom.svg.SVGAnimatedLengthList dylist
Constructor Detail

SVGTSpanElementImpl

public SVGTSpanElementImpl()
Method Detail

getX

public org.w3c.dom.svg.SVGAnimatedLengthList getX()

getY

public org.w3c.dom.svg.SVGAnimatedLengthList getY()

getDx

public org.w3c.dom.svg.SVGAnimatedLengthList getDx()

getDy

public org.w3c.dom.svg.SVGAnimatedLengthList getDy()

getRotate

public org.w3c.dom.svg.SVGAnimatedNumberList getRotate()


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.