org.apache.fop.dom.svg
Class SVGCircleElementImpl
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.SVGCircleElementImpl
- public class SVGCircleElementImpl
- extends GraphicElement
- implements org.w3c.dom.svg.SVGCircleElement
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 |
Method Summary |
org.w3c.dom.svg.SVGRect |
getBBox()
|
org.w3c.dom.svg.SVGAnimatedLength |
getCx()
|
org.w3c.dom.svg.SVGAnimatedLength |
getCy()
|
org.w3c.dom.svg.SVGAnimatedLength |
getR()
|
java.lang.String |
getTagName()
|
void |
setCx(org.w3c.dom.svg.SVGAnimatedLength cx)
|
void |
setCy(org.w3c.dom.svg.SVGAnimatedLength cy)
|
void |
setR(org.w3c.dom.svg.SVGAnimatedLength r)
|
Methods inherited from class org.apache.fop.dom.svg.GraphicElement |
addEventListener,
dispatchEvent,
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,
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 |
SVGCircleElementImpl
public SVGCircleElementImpl()
getBBox
public org.w3c.dom.svg.SVGRect getBBox()
- Overrides:
- getBBox in class GraphicElement
getCx
public org.w3c.dom.svg.SVGAnimatedLength getCx()
- Specified by:
- getCx in interface org.w3c.dom.svg.SVGCircleElement
setCx
public void setCx(org.w3c.dom.svg.SVGAnimatedLength cx)
getCy
public org.w3c.dom.svg.SVGAnimatedLength getCy()
- Specified by:
- getCy in interface org.w3c.dom.svg.SVGCircleElement
setCy
public void setCy(org.w3c.dom.svg.SVGAnimatedLength cy)
getR
public org.w3c.dom.svg.SVGAnimatedLength getR()
- Specified by:
- getR in interface org.w3c.dom.svg.SVGCircleElement
setR
public void setR(org.w3c.dom.svg.SVGAnimatedLength r)
getTagName
public java.lang.String getTagName()
- Overrides:
- getTagName in class NodeImpl
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.