|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.parser.DefaultPointsHandler
This class provides an adapter for PointsHandler.
Field Summary | |
static DefaultPointsHandler |
INSTANCE
The only instance of this class. |
Constructor Summary | |
protected |
DefaultPointsHandler()
This class does not need to be instantiated. |
Method Summary | |
void |
endPoints()
Implements PointsHandler.endPoints() . |
void |
point(float x,
float y)
Implements PointsHandler.point(float,float) . |
void |
startPoints()
Implements PointsHandler.startPoints() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final DefaultPointsHandler INSTANCE
Constructor Detail |
protected DefaultPointsHandler()
Method Detail |
public void startPoints() throws ParseException
PointsHandler.startPoints()
.
startPoints
in interface PointsHandler
ParseException
- if an error occured while processing the
pointspublic void point(float x, float y) throws ParseException
PointsHandler.point(float,float)
.
point
in interface PointsHandler
ParseException
- if an error occured while processing the
pointspublic void endPoints() throws ParseException
PointsHandler.endPoints()
.
endPoints
in interface PointsHandler
ParseException
- if an error occured while processing the
points
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |