org.apache.batik.parser
public interface PointsHandler
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. |
Throws: ParseException if an error occured while processing the points
Parameters: x the x coordinate of the point y the y coordinate of the point
Throws: ParseException if an error occured while processing the points
Throws: ParseException if an error occured while processing the points