org.apache.fop.dom.svg
Class SVGEllipseElementImpl
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.SVGEllipseElementImpl
- public class SVGEllipseElementImpl
- extends GraphicElement
- implements SVGEllipseElement
Method Summary |
SVGRect | getBBox() |
SVGAnimatedLength | getCx() |
SVGAnimatedLength | getCy() |
SVGAnimatedLength | getRx() |
SVGAnimatedLength | getRy() |
void | setCx(SVGAnimatedLength cx) |
void | setCy(SVGAnimatedLength cy) |
void | setRx(SVGAnimatedLength rx) |
void | setRy(SVGAnimatedLength ry) |
Methods inherited from class org.apache.fop.dom.svg.GraphicElement |
addEventListener, dispatchEvent, 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 |
SVGEllipseElementImpl
public SVGEllipseElementImpl()
getBBox
public SVGRect getBBox()
getCx
public SVGAnimatedLength getCx()
getCy
public SVGAnimatedLength getCy()
getRx
public SVGAnimatedLength getRx()
getRy
public SVGAnimatedLength getRy()
setCx
public void setCx(SVGAnimatedLength cx)
setCy
public void setCy(SVGAnimatedLength cy)
setRx
public void setRx(SVGAnimatedLength rx)
setRy
public void setRy(SVGAnimatedLength ry)