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.
- Version:
- $Id: DefaultPointsHandler.java,v 1.3 2004/08/18 07:14:46 vhardy Exp $
| 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() 55 .
- Specified by:
startPoints in interface PointsHandler
point
public void point(float x,
float y)
throws ParseException
- Implements
PointsHandler.point(float,float) 55 .
- Specified by:
point in interface PointsHandler
endPoints
public void endPoints()
throws ParseException
- Implements
PointsHandler.endPoints() 55 .
- Specified by:
endPoints in interface PointsHandler