|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This interface must be implemented and then registred as the
handler of a AngleParser instance in order to be
notified of parsing events.
| Method Summary | |
|---|---|
void |
angleValue(float v)
Invoked when a float value has been parsed. |
void |
deg()
Invoked when 'deg' has been parsed. |
void |
endAngle()
Invoked when the angle attribute parsing ends. |
void |
grad()
Invoked when 'grad' has been parsed. |
void |
rad()
Invoked when 'rad' has been parsed. |
void |
startAngle()
Invoked when the angle attribute parsing starts. |
| Method Detail |
public void startAngle()
throws ParseException
ParseException - if an error occured while processing the angle
public void angleValue(float v)
throws ParseException
ParseException - if an error occured while processing the angle
public void deg()
throws ParseException
ParseException - if an error occured while processing the angle
public void grad()
throws ParseException
ParseException - if an error occured while processing the angle
public void rad()
throws ParseException
ParseException - if an error occured while processing the angle
public void endAngle()
throws ParseException
ParseException - if an error occured while processing the angle
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||