public interface AngleHandler
AngleParser
instance in order to be
notified of parsing events.Modifier and Type | Method and Description |
---|---|
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.
|
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 angleCopyright © 2022 Apache Software Foundation. All Rights Reserved.