|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object | +--org.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 PointsHandlerParseException - if an error occured while processing the
points
public void point(float x,
float y)
throws ParseException
point in interface PointsHandlerParseException - if an error occured while processing the
points
public void endPoints()
throws ParseException
PointsHandler
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 | |||||||||||