com.partnersoft.v3x.graphics
Class AzimuthAngle

java.lang.Object
  extended by 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


Constructor Summary
AzimuthAngle()
           
AzimuthAngle(double offset, boolean orientation)
           
 
Method Summary
 boolean getClockwise()
           
 double getZeroOffset()
           
 void setClockwise(boolean newClockwise)
           
 void setZeroOffset(double degreeOffset)
           
 java.lang.String stringFormat(Coord3D pops, Coord3D billy)
           
 java.lang.String stringFormat(Coord3D grandpa, Coord3D pops, Coord3D billy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AzimuthAngle

public AzimuthAngle(double offset,
                    boolean orientation)

AzimuthAngle

public AzimuthAngle()
Method Detail

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()