pd
Class ArcPoint

java.lang.Object
  |
  +--pd.Point
        |
        +--pd.ArcPoint

public class ArcPoint
extends Point


Constructor Summary
ArcPoint(float aX, float aY, float aR)
           
 
Method Summary
 float getR()
           
 void setR(float r)
           
 java.lang.String toString()
           
 
Methods inherited from class pd.Point
getPositiveAngle, getRotationDirection, getX, getY, isArc, length, length, middle, minus, multiply, plus, rotateHalfPi, setIsArc, setX, setY, toLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArcPoint

public ArcPoint(float aX,
                float aY,
                float aR)
Method Detail

getR

public float getR()
Overrides:
getR in class Point

setR

public void setR(float r)
Overrides:
setR in class Point

toString

public java.lang.String toString()
Overrides:
toString in class Point