|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGNumberList.NumberListBuilder
Helper class to interface the NumberListParser
and the NumberHandler
Field Summary | |
protected float |
currentValue
|
protected ListHandler |
listHandler
list handler. |
Constructor Summary | |
AbstractSVGNumberList.NumberListBuilder(ListHandler listHandler)
|
Method Summary | |
void |
endNumber()
Implements NumberListHandler.endNumber() . |
void |
endNumberList()
Invoked when the number list attribute ends. |
void |
numberValue(float v)
Implements NumberListHandler.numberValue(float) . |
void |
startNumber()
Implements NumberListHandler.startNumber() . |
void |
startNumberList()
Invoked when the number list attribute starts. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ListHandler listHandler
protected float currentValue
Constructor Detail |
public AbstractSVGNumberList.NumberListBuilder(ListHandler listHandler)
Method Detail |
public void startNumberList() throws ParseException
NumberListHandler
startNumberList
in interface NumberListHandler
ParseException
- if an error occures while processing the
number list.public void startNumber() throws ParseException
NumberListHandler.startNumber()
.
startNumber
in interface NumberListHandler
ParseException
- if an error occures while processing
the numberpublic void numberValue(float v) throws ParseException
NumberListHandler.numberValue(float)
.
numberValue
in interface NumberListHandler
ParseException
- if an error occures while processing
the numberpublic void endNumber() throws ParseException
NumberListHandler.endNumber()
.
endNumber
in interface NumberListHandler
ParseException
- if an error occures while processing
the numberpublic void endNumberList() throws ParseException
NumberListHandler
endNumberList
in interface NumberListHandler
ParseException
- if an error occures while processing the
number list.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |