org.apache.batik.parser
Class DefaultAngleHandler
java.lang.Object
|
+--org.apache.batik.parser.DefaultAngleHandler
- All Implemented Interfaces:
- AngleHandler
- public class DefaultAngleHandler
- extends java.lang.Object
- implements AngleHandler
This class provides an adapter for AngleHandler
Constructor Summary |
protected |
DefaultAngleHandler()
This class does not need to be instantiated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final AngleHandler INSTANCE
- The only instance of this class.
DefaultAngleHandler
protected DefaultAngleHandler()
- This class does not need to be instantiated.
startAngle
public void startAngle()
throws ParseException
- Implements
AngleHandler.startAngle()
.
- Specified by:
startAngle
in interface AngleHandler
- Following copied from interface:
org.apache.batik.parser.AngleHandler
- Throws:
ParseException
- if an error occured while processing the angle
angleValue
public void angleValue(float v)
throws ParseException
- Implements
AngleHandler.angleValue(float)
.
- Specified by:
angleValue
in interface AngleHandler
- Following copied from interface:
org.apache.batik.parser.AngleHandler
- Throws:
ParseException
- if an error occured while processing the angle
deg
public void deg()
throws ParseException
- Implements
AngleHandler.deg()
.
- Specified by:
deg
in interface AngleHandler
- Following copied from interface:
org.apache.batik.parser.AngleHandler
- Throws:
ParseException
- if an error occured while processing the angle
grad
public void grad()
throws ParseException
- Implements
AngleHandler.grad()
.
- Specified by:
grad
in interface AngleHandler
- Following copied from interface:
org.apache.batik.parser.AngleHandler
- Throws:
ParseException
- if an error occured while processing the angle
rad
public void rad()
throws ParseException
- Implements
AngleHandler.rad()
.
- Specified by:
rad
in interface AngleHandler
- Following copied from interface:
org.apache.batik.parser.AngleHandler
- Throws:
ParseException
- if an error occured while processing the angle
endAngle
public void endAngle()
throws ParseException
- Implements
AngleHandler.endAngle()
.
- Specified by:
endAngle
in interface AngleHandler
- Following copied from interface:
org.apache.batik.parser.AngleHandler
- Throws:
ParseException
- if an error occured while processing the angle
Copyright © 2002 Apache Software Foundation. All Rights Reserved.