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: 
- startAnglein 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: 
- angleValuein 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: 
- degin 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: 
- gradin 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: 
- radin 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: 
- endAnglein 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.