org.apache.batik.parser
public class DefaultAngleHandler extends Object implements AngleHandler
| Field Summary | |
|---|---|
| static AngleHandler | INSTANCE
The only instance of this class. |
| Constructor Summary | |
|---|---|
| protected | DefaultAngleHandler()
This class does not need to be instantiated. |
| Method Summary | |
|---|---|
| void | angleValue(float v)
Implements AngleHandler. |
| void | deg()
Implements deg. |
| void | endAngle()
Implements endAngle. |
| void | grad()
Implements grad. |
| void | rad()
Implements rad. |
| void | startAngle()
Implements startAngle. |