public class SvgCircle extends AbstractSvgNode implements SvgNode
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
SvgCircle() |
SvgCircle(java.awt.geom.Point2D inCenter,
int inRadius) |
SvgCircle(XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SvgCircle |
addStyle(java.lang.String inValue) |
void |
draw(java.awt.Graphics2D g2) |
java.awt.Rectangle |
getBoundsBox() |
int |
getR() |
SvgCircle |
setCenter(java.awt.geom.Point2D inValue) |
SvgCircle |
setCx(double inValue) |
SvgCircle |
setCx(float inValue) |
SvgCircle |
setCx(int inValue) |
SvgCircle |
setCy(double inValue) |
SvgCircle |
setCy(float inValue) |
SvgCircle |
setCy(int inValue) |
SvgCircle |
setFill(java.awt.Color inColor) |
SvgCircle |
setFillOpacity(int inPctOpacity) |
SvgCircle |
setId(java.lang.String inValue) |
SvgCircle |
setOpacity(int inPctOpacity) |
SvgCircle |
setPosition(java.awt.geom.Point2D inValue)
Specifies the upper left corner of the bounding rectangle.
|
SvgCircle |
setR(double inValue) |
SvgCircle |
setR(float inValue) |
SvgCircle |
setR(int inValue) |
SvgCircle |
setStroke(java.awt.Color inColor) |
SvgCircle |
setStrokeWidth(int inValue) |
SvgCircle |
setStyle(java.lang.String inValue) |
addClass, adjustBoundsForTransform, applyTransform, applyTransforms, drawSubnodes, getAdjustedFont, getCenterPoint, getClassAttribute, getCssTransform, getG2Composite, getG2Paint, getG2Stroke, getG2StrokeColor, initFromXMLTag, rangeCheckOpacityValue, setClass, setFilter, setOnClick, setOnMouseDown, setOnMouseOut, setOnMouseOver, setTransform
addSubtag, addSubtag, addXMLNamespaceDeclaration, clone, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCenterPoint, setTransform
findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setNamespace, setTagName, toIndentedXML, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
clone, toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML
public SvgCircle()
public SvgCircle(java.awt.geom.Point2D inCenter, int inRadius)
public SvgCircle setId(java.lang.String inValue)
setId
in class AbstractSvgNode
public int getR()
public SvgCircle setPosition(java.awt.geom.Point2D inValue)
setPosition
in interface SvgNode
setPosition
in class AbstractSvgNode
public SvgCircle addStyle(java.lang.String inValue)
addStyle
in interface SvgNode
addStyle
in class AbstractSvgNode
public SvgCircle setStyle(java.lang.String inValue)
setStyle
in class AbstractSvgNode
public SvgCircle setOpacity(int inPctOpacity)
public SvgCircle setFillOpacity(int inPctOpacity)
public SvgCircle setStrokeWidth(int inValue)
public java.awt.Rectangle getBoundsBox()
getBoundsBox
in interface SvgNode
getBoundsBox
in class AbstractSvgNode
public void draw(java.awt.Graphics2D g2)
draw
in class AbstractSvgNode
[email protected]