AbstractSVGItem, AbstractSVGLengthList.SVGLengthItem, AbstractSVGNormPathSegList.SVGPathSegGenericItem, AbstractSVGPathSegList.SVGPathSegArcItem, AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem, AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem, AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem, AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem, AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem, AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem, AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem, AbstractSVGTransformList.SVGTransformItem, SVGNumberItem, SVGPathSegItem, SVGPointItempublic interface SVGItem
AbstractSVGList.itemChanged()| Modifier and Type | Method | Description |
|---|---|---|
AbstractSVGList |
getParent() |
Return the list the item belongs to.
|
java.lang.String |
getValueAsString() |
Return the String representation of the item.
|
void |
setParent(AbstractSVGList list) |
Associates an item to an SVGXXXList
|
void setParent(AbstractSVGList list)
list - list the item belongs to.AbstractSVGList getParent()
java.lang.String getValueAsString()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.