|
|||||||||||
| 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 NumberListHandlerParseException - if an error occures while processing the
number list.
public void startNumber()
throws ParseException
NumberListHandler.startNumber().
startNumber in interface NumberListHandlerParseException - if an error occures while processing
the number
public void numberValue(float v)
throws ParseException
NumberListHandler.numberValue(float).
numberValue in interface NumberListHandlerParseException - if an error occures while processing
the number
public void endNumber()
throws ParseException
NumberListHandler.endNumber().
endNumber in interface NumberListHandlerParseException - if an error occures while processing
the number
public void endNumberList()
throws ParseException
NumberListHandler
endNumberList in interface NumberListHandlerParseException - 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 | ||||||||||