org.apache.batik.parser

Class DefaultPointsHandler

public class DefaultPointsHandler extends Object implements PointsHandler

This class provides an adapter for PointsHandler.
Field Summary
static DefaultPointsHandlerINSTANCE
The only instance of this class.
Constructor Summary
protected DefaultPointsHandler()
This class does not need to be instantiated.
Method Summary
voidendPoints()
Implements {@link PointsHandler#endPoints()}.
voidpoint(float x, float y)
Implements {@link PointsHandler#point(float,float)}.
voidstartPoints()
Implements {@link PointsHandler#startPoints()}.

Field Detail

INSTANCE

public static final DefaultPointsHandler INSTANCE
The only instance of this class.

Constructor Detail

DefaultPointsHandler

protected DefaultPointsHandler()
This class does not need to be instantiated.

Method Detail

endPoints

public void endPoints()
Implements {@link PointsHandler#endPoints()}.

point

public void point(float x, float y)
Implements {@link PointsHandler#point(float,float)}.

startPoints

public void startPoints()
Implements {@link PointsHandler#startPoints()}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.