public class DefaultAngleHandler extends java.lang.Object implements AngleHandler
Modifier and Type | Field and Description |
---|---|
static AngleHandler |
INSTANCE
The only instance of this class.
|
Modifier | Constructor and Description |
---|---|
protected |
DefaultAngleHandler()
This class does not need to be instantiated.
|
Modifier and Type | Method and Description |
---|---|
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() . |
public static final AngleHandler INSTANCE
protected DefaultAngleHandler()
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 angleCopyright © 2022 Apache Software Foundation. All Rights Reserved.