|
||||||||||
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
protected class AbstractSVGNumberList.NumberListBuilder
Helper class to interface the NumberListParser
and the
NumberListHandler
.
Field Summary | |
---|---|
protected float |
currentValue
The number just parsed. |
protected ListHandler |
listHandler
The ListHandler to notify of parsed numbers. |
Constructor Summary | |
---|---|
AbstractSVGNumberList.NumberListBuilder(ListHandler listHandler)
Creates a new NumberListBuilder. |
Method Summary | |
---|---|
void |
endNumber()
Implements NumberListHandler.endNumber() . |
void |
endNumberList()
Implements NumberListHandler.endNumberList() . |
void |
numberValue(float v)
Implements NumberListHandler.numberValue(float) . |
void |
startNumber()
Implements NumberListHandler.startNumber() . |
void |
startNumberList()
Implements NumberListHandler.startNumberList() . |
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()
.
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()
.
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 |