org.apache.batik.dom.svg
protected class AbstractSVGPointList.PointsListBuilder extends Object implements PointsHandler
| Field Summary | |
|---|---|
| protected ListHandler | listHandler
The {@link ListHandler} to pass newly created {@link SVGPointItem}
objects to. |
| Constructor Summary | |
|---|---|
| PointsListBuilder(ListHandler listHandler)
Creates a new PointsListBuilder. | |
| 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()}. |