org.apache.batik.parser
Class DefaultPointsHandler
java.lang.Object
|
+--org.apache.batik.parser.DefaultPointsHandler
- All Implemented Interfaces:
- PointsHandler
- public class DefaultPointsHandler
- extends java.lang.Object
- implements PointsHandler
This class provides an adapter for PointsHandler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final DefaultPointsHandler INSTANCE
- The only instance of this class.
DefaultPointsHandler
protected DefaultPointsHandler()
- This class does not need to be instantiated.
startPoints
public void startPoints()
throws ParseException
- Implements
PointsHandler.startPoints()
.
- Specified by:
startPoints
in interface PointsHandler
- Following copied from interface:
org.apache.batik.parser.PointsHandler
- Throws:
ParseException
- if an error occured while processing the
points
point
public void point(float x,
float y)
throws ParseException
- Implements
PointsHandler.point(float,float)
.
- Specified by:
point
in interface PointsHandler
- Following copied from interface:
org.apache.batik.parser.PointsHandler
- Parameters:
x, y
- the coordinates of the point- Throws:
ParseException
- if an error occured while processing the
points
endPoints
public void endPoints()
throws ParseException
- Implements
PointsHandler.endPoints()
.
- Specified by:
endPoints
in interface PointsHandler
- Following copied from interface:
org.apache.batik.parser.PointsHandler
- Throws:
ParseException
- if an error occured while processing the
points
Copyright © 2002 Apache Software Foundation. All Rights Reserved.