org.apache.batik.dom.svg
protected class AbstractSVGPointList.PointsListBuilder extends Object implements PointsHandler
Field Summary | |
---|---|
protected ListHandler | listHandler
The ListHandler to pass newly created SVGPointItem
objects to. |
Constructor Summary | |
---|---|
PointsListBuilder(ListHandler listHandler)
Creates a new PointsListBuilder. |
Method Summary | |
---|---|
void | endPoints()
Implements endPoints. |
void | point(float x, float y)
Implements PointsHandler. |
void | startPoints()
Implements startPoints. |