Class DefaultPointsHandler
java.lang.Object
org.apache.batik.parser.DefaultPointsHandler
- All Implemented Interfaces:
PointsHandler
This class provides an adapter for PointsHandler.
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DefaultPointsHandlerThe only instance of this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedThis class does not need to be instantiated. -
Method Summary
Modifier and TypeMethodDescriptionvoidImplementsPointsHandler.endPoints().voidpoint(float x, float y) ImplementsPointsHandler.point(float,float).voidImplementsPointsHandler.startPoints().
-
Field Details
-
INSTANCE
The only instance of this class.
-
-
Constructor Details
-
DefaultPointsHandler
protected DefaultPointsHandler()This class does not need to be instantiated.
-
-
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
-