org.apache.fop.dom.svg
Class SVGUseElementImpl

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.SVGUseElementImpl

public class SVGUseElementImpl
extends GraphicElement
implements SVGUseElement

Use Element


Field Summary
 (package private) SVGAnimatedLengthheight
           
 Stringlink
           
 (package private) SVGAnimatedLengthwidth
           
 (package private) SVGAnimatedLengthx
           
 (package private) StringxlinkArcRole
           
 (package private) SVGAnimatedLengthy
           

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
SVGUseElementImpl(String s)
           

Method Summary
 SVGElementInstancegetAnimatedInstanceRoot()
           
 SVGAnimatedLengthgetHeight()
           
 SVGAnimatedStringgetHref()
           
 SVGElementInstancegetInstanceRoot()
           
 SVGAnimatedLengthgetWidth()
           
 SVGAnimatedLengthgetX()
           
 StringgetXlinkActuate()
           
 StringgetXlinkArcRole()
           
 StringgetXlinkRole()
           
 StringgetXlinkShow()
           
 StringgetXlinkTitle()
           
 StringgetXlinkType()
           
 SVGAnimatedLengthgetY()
           
 voidsetHeight(SVGAnimatedLength height)
           
 voidsetHref(SVGAnimatedString href)
           
 voidsetWidth(SVGAnimatedLength width)
           
 voidsetX(SVGAnimatedLength x)
           
 voidsetXlinkActuate(String xlinkActuate)
           
 voidsetXlinkArcRole(String xlinkArcRole)
           
 voidsetXlinkRole(String xlinkRole)
           
 voidsetXlinkShow(String xlinkShow)
           
 voidsetXlinkTitle(String xlinkTitle)
           
 voidsetXlinkType(String xlinkType)
           
 voidsetY(SVGAnimatedLength y)
           

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, 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

Field Detail

height

SVGAnimatedLength height

link

public String link

width

SVGAnimatedLength width

x

SVGAnimatedLength x

xlinkArcRole

String xlinkArcRole

y

SVGAnimatedLength y
Constructor Detail

SVGUseElementImpl

public SVGUseElementImpl(String s)
Method Detail

getAnimatedInstanceRoot

public SVGElementInstance getAnimatedInstanceRoot()

getHeight

public SVGAnimatedLength getHeight()

getHref

public SVGAnimatedString getHref()

getInstanceRoot

public SVGElementInstance getInstanceRoot()

getWidth

public SVGAnimatedLength getWidth()

getX

public SVGAnimatedLength getX()

getXlinkActuate

public String getXlinkActuate()

getXlinkArcRole

public String getXlinkArcRole()

getXlinkRole

public String getXlinkRole()

getXlinkShow

public String getXlinkShow()

getXlinkTitle

public String getXlinkTitle()

getXlinkType

public String getXlinkType()

getY

public SVGAnimatedLength getY()

setHeight

public void setHeight(SVGAnimatedLength height)

setHref

public void setHref(SVGAnimatedString href)

setWidth

public void setWidth(SVGAnimatedLength width)

setX

public void setX(SVGAnimatedLength x)

setXlinkActuate

public void setXlinkActuate(String xlinkActuate)

setXlinkArcRole

public void setXlinkArcRole(String xlinkArcRole)

setXlinkRole

public void setXlinkRole(String xlinkRole)

setXlinkShow

public void setXlinkShow(String xlinkShow)

setXlinkTitle

public void setXlinkTitle(String xlinkTitle)

setXlinkType

public void setXlinkType(String xlinkType)

setY

public void setY(SVGAnimatedLength y)

Association Links

to Class java.lang.String

to Class java.lang.String