| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PointsHandler
This interface must be implemented and then registred as the
 handler of a PointsParser instance in order to be
 notified of parsing events.
| Method Summary | |
|---|---|
|  void | endPoints()Invoked when the points attribute ends. | 
|  void | point(float x,
      float y)Invoked when a point has been parsed. | 
|  void | startPoints()Invoked when the points attribute starts. | 
| Method Detail | 
|---|
void startPoints()
                 throws ParseException
ParseException - if an error occured while processing the
                           points
void point(float x,
           float y)
           throws ParseException
x - the x coordinate of the pointy - the y coordinate of the point
ParseException - if an error occured while processing the
                           points
void endPoints()
               throws ParseException
ParseException - if an error occured while processing the
                           points| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||