|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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 AngleHandlerParseException - if an error occured while processing the angle
public void angleValue(float v)
throws ParseException
AngleHandler.angleValue(float).
angleValue in interface AngleHandlerParseException - if an error occured while processing the angle
public void deg()
throws ParseException
AngleHandler.deg().
deg in interface AngleHandlerParseException - if an error occured while processing the angle
public void grad()
throws ParseException
AngleHandler.grad().
grad in interface AngleHandlerParseException - if an error occured while processing the angle
public void rad()
throws ParseException
AngleHandler.rad().
rad in interface AngleHandlerParseException - if an error occured while processing the angle
public void endAngle()
throws ParseException
AngleHandler.endAngle().
endAngle in interface AngleHandlerParseException - if an error occured while processing the angle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||