org.apache.fop.dom.svg
Class SVGCursorElementImpl

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.SVGURIReferenceImpl
                          |
                          +--org.apache.fop.dom.svg.SVGCursorElementImpl

public class SVGCursorElementImpl
extends SVGURIReferenceImpl
implements SVGCursorElement


Field Summary
 (package private) SVGAnimatedLengthx
           
 (package private) SVGAnimatedLengthy
           

Fields inherited from class org.apache.fop.dom.svg.SVGURIReferenceImpl
href, xlinkActuate, xlinkArcRole, xlinkRole, xlinkShow, xlinkTitle, xlinkType

Fields inherited from class org.apache.fop.dom.svg.GraphicElement
transform, xmlspace

Fields inherited from class org.apache.fop.dom.svg.SVGElementImpl
className, idString, ownerSvg, styleDec

Constructor Summary
SVGCursorElementImpl()
           

Method Summary
 SVGAnimatedLengthgetX()
           
 SVGAnimatedLengthgetY()
           
 voidsetX(SVGAnimatedLength x)
           
 voidsetY(SVGAnimatedLength y)
           

Methods inherited from class org.apache.fop.dom.svg.SVGURIReferenceImpl
getExternalResourcesRequired, getHref, getXlinkActuate, getXlinkArcRole, getXlinkRole, getXlinkShow, getXlinkTitle, getXlinkType, setExternalResourcesRequired, setHref, setXlinkActuate, setXlinkArcRole, setXlinkRole, setXlinkShow, setXlinkTitle, setXlinkType

Methods inherited from class org.apache.fop.dom.svg.GraphicElement
addEventListener, dispatchEvent, getBBox, 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, getId, getNamespaceURI, getOwnerSVGElement, getPresentationAttribute, getStyle, getViewportElement, setClassName, 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

Field Detail

x

SVGAnimatedLength x

y

SVGAnimatedLength y
Constructor Detail

SVGCursorElementImpl

public SVGCursorElementImpl()
Method Detail

getX

public SVGAnimatedLength getX()

getY

public SVGAnimatedLength getY()

setX

public void setX(SVGAnimatedLength x)

setY

public void setY(SVGAnimatedLength y)