|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.batik.parser.DefaultAngleHandler
public class DefaultAngleHandler
This class provides an adapter for 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.angleValue(float) . |
void |
deg()
Implements AngleHandler.deg() . |
void |
endAngle()
Implements AngleHandler.endAngle() . |
void |
grad()
Implements AngleHandler.grad() . |
void |
rad()
Implements AngleHandler.rad() . |
void |
startAngle()
Implements AngleHandler.startAngle() . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AngleHandler INSTANCE
Constructor Detail |
---|
protected DefaultAngleHandler()
Method Detail |
---|
public void startAngle() throws ParseException
AngleHandler.startAngle()
.
startAngle
in interface AngleHandler
ParseException
- if an error occured while processing the anglepublic void angleValue(float v) throws ParseException
AngleHandler.angleValue(float)
.
angleValue
in interface AngleHandler
ParseException
- if an error occured while processing the anglepublic void deg() throws ParseException
AngleHandler.deg()
.
deg
in interface AngleHandler
ParseException
- if an error occured while processing the anglepublic void grad() throws ParseException
AngleHandler.grad()
.
grad
in interface AngleHandler
ParseException
- if an error occured while processing the anglepublic void rad() throws ParseException
AngleHandler.rad()
.
rad
in interface AngleHandler
ParseException
- if an error occured while processing the anglepublic void endAngle() throws ParseException
AngleHandler.endAngle()
.
endAngle
in interface AngleHandler
ParseException
- if an error occured while processing the angle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |