org.apache.batik.parser
public class DefaultPointsHandler extends Object implements PointsHandler
| Field Summary | |
|---|---|
| static DefaultPointsHandler | INSTANCE
The only instance of this class. |
| Constructor Summary | |
|---|---|
| protected | DefaultPointsHandler()
This class does not need to be instantiated. |
| Method Summary | |
|---|---|
| void | endPoints()
Implements endPoints. |
| void | point(float x, float y)
Implements PointsHandler. |
| void | startPoints()
Implements startPoints. |