Class AbstractSVGPointList.PointsListBuilder
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGPointList.PointsListBuilder
- All Implemented Interfaces:
PointsHandler
- Enclosing class:
AbstractSVGPointList
protected static class AbstractSVGPointList.PointsListBuilder
extends Object
implements PointsHandler
Helper class to interface the
PointsParser and the
PointsHandler.- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ListHandlerTheListHandlerto pass newly createdSVGPointItemobjects to. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidImplementsPointsHandler.endPoints().voidpoint(float x, float y) ImplementsPointsHandler.point(float,float).voidImplementsPointsHandler.startPoints().
-
Field Details
-
listHandler
TheListHandlerto pass newly createdSVGPointItemobjects to.
-
-
Constructor Details
-
PointsListBuilder
Creates a new PointsListBuilder.
-
-
Method Details
-
startPoints
ImplementsPointsHandler.startPoints().- Specified by:
startPointsin interfacePointsHandler- Throws:
ParseException- if an error occured while processing the points
-
point
ImplementsPointsHandler.point(float,float).- Specified by:
pointin interfacePointsHandler- Parameters:
x- the x coordinate of the pointy- the y coordinate of the point- Throws:
ParseException- if an error occured while processing the points
-
endPoints
ImplementsPointsHandler.endPoints().- Specified by:
endPointsin interfacePointsHandler- Throws:
ParseException- if an error occured while processing the points
-