|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AngleHandler
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 |
---|
void startAngle() throws ParseException
ParseException
- if an error occured while processing the anglevoid angleValue(float v) throws ParseException
ParseException
- if an error occured while processing the anglevoid deg() throws ParseException
ParseException
- if an error occured while processing the anglevoid grad() throws ParseException
ParseException
- if an error occured while processing the anglevoid rad() throws ParseException
ParseException
- if an error occured while processing the anglevoid 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 |