AbstractSVGNumberList.NumberListBuilder, DefaultNumberListHandler, FloatArrayProducerpublic interface NumberListHandler
| Modifier and Type | Method | Description |
|---|---|---|
void |
endNumber() |
Invoked when the number attribute ends.
|
void |
endNumberList() |
Invoked when the number list attribute ends.
|
void |
numberValue(float v) |
Invoked when a float value has been parsed.
|
void |
startNumber() |
Invoked when the number attribute starts.
|
void |
startNumberList() |
Invoked when the number list attribute starts.
|
void startNumberList()
throws ParseException
ParseException - if an error occures while processing the
number list.void endNumberList()
throws ParseException
ParseException - if an error occures while processing the
number list.void startNumber()
throws ParseException
ParseException - if an error occures while processing
the numbervoid endNumber()
throws ParseException
ParseException - if an error occures while processing
the numbervoid numberValue(float v)
throws ParseException
ParseException - if an error occures while processing
the numberCopyright ? 2018 Apache Software Foundation. All Rights Reserved.