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 {@link PointsHandler#endPoints()}. |
void | point(float x, float y)
Implements {@link PointsHandler#point(float,float)}. |
void | startPoints()
Implements {@link PointsHandler#startPoints()}. |