|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGPointList.PointsListBuilder
protected class AbstractSVGPointList.PointsListBuilder
Helper class to interface the PointsParser and the
PointsHandler.
| Field Summary | |
|---|---|
protected ListHandler |
listHandler
The ListHandler to pass newly created SVGPointItem
objects to. |
| Constructor Summary | |
|---|---|
AbstractSVGPointList.PointsListBuilder(ListHandler listHandler)
Creates a new PointsListBuilder. |
|
| 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 |
|---|
protected ListHandler listHandler
ListHandler to pass newly created SVGPointItem
objects to.
| Constructor Detail |
|---|
public AbstractSVGPointList.PointsListBuilder(ListHandler listHandler)
| Method Detail |
|---|
public void startPoints()
throws ParseException
PointsHandler.startPoints().
startPoints in interface PointsHandlerParseException
public void point(float x,
float y)
throws ParseException
PointsHandler.point(float,float).
point in interface PointsHandlerParseException
public void endPoints()
throws ParseException
PointsHandler.endPoints().
endPoints in interface PointsHandlerParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||