|
||||||||||
| 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.SVGNumberItem
public class 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 | |
|---|---|
SVGNumberItem(float value)
Creates a new SVGNumberItem. |
|
| Method Summary | |
|---|---|
AbstractSVGList |
getParent()
Returns the list the item belongs to. |
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 SVGNumberItem(float value)
| Method Detail |
|---|
public String getValueAsString()
getValueAsString in interface SVGItempublic void setParent(AbstractSVGList list)
SVGNumberList.
setParent in interface SVGItemlist - list the item belongs to.public AbstractSVGList getParent()
getParent in interface SVGItemprotected 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 | |||||||||