org.apache.batik.parser
public interface AngleHandler
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. |
Throws: ParseException if an error occured while processing the angle
Throws: ParseException if an error occured while processing the angle
Throws: ParseException if an error occured while processing the angle
Throws: ParseException if an error occured while processing the angle
Throws: ParseException if an error occured while processing the angle
Throws: ParseException if an error occured while processing the angle