|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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 anglepublic void angleValue(float v) throws ParseException
ParseException
- if an error occured while processing the anglepublic void deg() throws ParseException
ParseException
- if an error occured while processing the anglepublic void grad() throws ParseException
ParseException
- if an error occured while processing the anglepublic void rad() throws ParseException
ParseException
- if an error occured while processing the anglepublic void endAngle() throws ParseException
ParseException
- if an error occured while processing the angle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |