|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface must be implemented and then registred as the
handler of a PointsParser instance in order to be
notified of parsing events.
| Method Summary | |
void |
endPoints()
Invoked when the points attribute ends. |
void |
point(float x,
float y)
Invoked when a point has been parsed. |
void |
startPoints()
Invoked when the points attribute starts. |
| Method Detail |
public void startPoints()
throws ParseException
ParseException - if an error occured while processing the
points
public void point(float x,
float y)
throws ParseException
ParseException - if an error occured while processing the
points
public void endPoints()
throws ParseException
ParseException - if an error occured while processing the
points
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||