|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.batik.parser.DefaultPointsHandler
public class 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 PointsHandlerParseException - if an error occured while processing the
points
public void point(float x,
float y)
throws ParseException
PointsHandler.point(float,float).
point in interface PointsHandlerx - the x coordinate of the pointy - the y coordinate of the point
ParseException - if an error occured while processing the
points
public void endPoints()
throws ParseException
PointsHandler.endPoints().
endPoints in interface PointsHandlerParseException - if an error occured while processing the
points
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||