AWTPolygonProducer
, AWTPolylineProducer
public interface PointsHandler
PointsParser
instance in order to be
notified of parsing events.Modifier and Type | Method | 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 (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.