com.partnersoft.v3x.graphics
Class AzimuthAngle
java.lang.Object
com.partnersoft.v3x.graphics.AzimuthAngle
- All Implemented Interfaces:
- AngleFormat
public class AzimuthAngle
- extends java.lang.Object
- implements AngleFormat
configurable Azimuth Angle string representation of angles
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AzimuthAngle
public AzimuthAngle(double offset,
boolean orientation)
AzimuthAngle
public AzimuthAngle()
stringFormat
public java.lang.String stringFormat(Coord3D grandpa,
Coord3D pops,
Coord3D billy)
- Specified by:
stringFormat in interface AngleFormat
stringFormat
public java.lang.String stringFormat(Coord3D pops,
Coord3D billy)
- Specified by:
stringFormat in interface AngleFormat
setClockwise
public void setClockwise(boolean newClockwise)
getClockwise
public boolean getClockwise()
setZeroOffset
public void setZeroOffset(double degreeOffset)
getZeroOffset
public double getZeroOffset()