|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGNumber
org.apache.batik.dom.svg.AbstractSVGNumberList.SVGNumberItem
protected class AbstractSVGNumberList.SVGNumberItem
Representation of the item SVGNumber.
Field Summary | |
---|---|
protected AbstractSVGList |
parentList
The SVGNumberList this item belongs to. |
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGNumber |
---|
value |
Constructor Summary | |
---|---|
AbstractSVGNumberList.SVGNumberItem(float value)
Creates a new SVGNumberItem. |
Method Summary | |
---|---|
AbstractSVGList |
getParent()
Returns the list the item belongs to. |
java.lang.String |
getValueAsString()
Returns a String representation of the number. |
protected void |
reset()
Notifies the parent SVGNumberList that this item's value
has changed. |
void |
setParent(AbstractSVGList list)
Associates this item to the given SVGNumberList . |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGNumber |
---|
getValue, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AbstractSVGList parentList
SVGNumberList
this item belongs to.
Constructor Detail |
---|
public AbstractSVGNumberList.SVGNumberItem(float value)
Method Detail |
---|
public java.lang.String getValueAsString()
getValueAsString
in interface SVGItem
public void setParent(AbstractSVGList list)
SVGNumberList
.
setParent
in interface SVGItem
list
- list the item belongs to.public AbstractSVGList getParent()
getParent
in interface SVGItem
protected void reset()
SVGNumberList
that this item's value
has changed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |