public interface PointsHandler
PointsParser instance in order to be
notified of parsing events.| Modifier and Type | Method and Description |
|---|---|
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.
|
void startPoints()
throws ParseException
ParseException - if an error occured while processing the
pointsvoid point(float x,
float y)
throws ParseException
x - the x coordinate of the pointy - the y coordinate of the pointParseException - if an error occured while processing the
pointsvoid endPoints()
throws ParseException
ParseException - if an error occured while processing the
pointsCopyright © 2000–2017 Apache Software Foundation. All rights reserved.