|
|||||||||||
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
Representation of the item SVGNumber.
Field Summary | |
protected AbstractSVGList |
parentList
SVGNumberList this item belongs to. |
Constructor Summary | |
AbstractSVGNumberList.SVGNumberItem(float value)
Default Constructor. |
Method Summary | |
AbstractSVGList |
getParent()
Return the list the item belongs to. |
String |
getValueAsString()
Return the String representation of the item. |
protected void |
reset()
When the SVGLength changes, notify its parent. |
void |
setParent(AbstractSVGList list)
Associates an item to an SVGXXXList |
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
Constructor Detail |
public AbstractSVGNumberList.SVGNumberItem(float value)
Method Detail |
public String getValueAsString()
SVGItem
getValueAsString
in interface SVGItem
public void setParent(AbstractSVGList list)
setParent
in interface SVGItem
list
- list the item belongs to.public AbstractSVGList getParent()
getParent
in interface SVGItem
protected void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |