|
|||||||||||
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
Helper class to interface the PointsParser
and the ListHandler
Field Summary | |
protected ListHandler |
listHandler
list handler. |
Constructor Summary | |
AbstractSVGPointList.PointsListBuilder(ListHandler listHandler)
|
Method Summary | |
void |
endPoints()
Invoked when the points attribute ends. |
void |
point(float x,
float y)
Create SVGPoint item and motifies the list handler is new item was created. |
void |
startPoints()
Invoked when the points attribute starts. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ListHandler listHandler
Constructor Detail |
public AbstractSVGPointList.PointsListBuilder(ListHandler listHandler)
Method Detail |
public void startPoints() throws ParseException
PointsHandler
startPoints
in interface PointsHandler
ParseException
- if an error occured while processing the
pointspublic void point(float x, float y) throws ParseException
point
in interface PointsHandler
x
- the x coordinate of the pointy
- the y coordinate of the point
ParseException
- if an error occured while processing the
pointspublic void endPoints() throws ParseException
PointsHandler
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 |