public class SvgPolyline extends AbstractSvgNode implements SvgNode
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
SvgPolyline() |
SvgPolyline(java.util.List<? extends java.awt.geom.Point2D> inPoints) |
SvgPolyline(XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
SvgPolyline |
addStyle(java.lang.String inValue) |
void |
draw(java.awt.Graphics2D g2) |
java.awt.Rectangle |
getBoundsBox() |
java.util.List<java.awt.geom.Point2D.Float> |
getPointList() |
java.lang.String |
getPoints() |
SvgPolyline |
setFill(java.awt.Color inColor) |
SvgPolyline |
setFillOpacity(int inPctOpacity) |
SvgPolyline |
setOpacity(int inPctOpacity) |
SvgPolyline |
setPoints(java.util.List<? extends java.awt.geom.Point2D> inPoints) |
SvgPolyline |
setPoints(java.lang.String inValue) |
SvgPolyline |
setStroke(java.awt.Color inColor) |
SvgPolyline |
setStrokeWidth(int inValue) |
SvgPolyline |
setStyle(java.lang.String inValue) |
SvgPolyline |
setTransform(java.lang.String inValue) |
java.lang.String |
toString() |
addClass, adjustBoundsForTransform, applyTransform, applyTransforms, drawSubnodes, getAdjustedFont, getCenterPoint, getClassAttribute, getCssTransform, getG2Composite, getG2Paint, getG2Stroke, getG2StrokeColor, getTransform, initFromXMLTag, rangeCheckOpacityValue, setClass, setFilter, setId, setOnClick, setOnMouseDown, setOnMouseOut, setOnMouseOver, setOnMouseUp, setPosition, setTitle
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, toXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagById, getRequiredSubtagById, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCenterPoint, getTransform, setPosition
findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setNamespace, setTagName, toIndentedXML, verifyTagName, verifyTagName, 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 SvgPolyline()
public SvgPolyline(java.util.List<? extends java.awt.geom.Point2D> inPoints)
public SvgPolyline(XMLTag inXMLTag)
public SvgPolyline setFill(java.awt.Color inColor)
public SvgPolyline setOpacity(int inPctOpacity)
public SvgPolyline setFillOpacity(int inPctOpacity)
public SvgPolyline setStroke(java.awt.Color inColor)
public SvgPolyline setStrokeWidth(int inValue)
public SvgPolyline addStyle(java.lang.String inValue)
addStyle
in interface SvgNode
addStyle
in class AbstractSvgNode
public SvgPolyline setStyle(java.lang.String inValue)
setStyle
in class AbstractSvgNode
public SvgPolyline setTransform(java.lang.String inValue)
setTransform
in interface SvgNode
setTransform
in class AbstractSvgNode
public SvgPolyline setPoints(java.util.List<? extends java.awt.geom.Point2D> inPoints)
public SvgPolyline setPoints(java.lang.String inValue)
public java.lang.String getPoints()
public java.util.List<java.awt.geom.Point2D.Float> getPointList()
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]