pd
Class ArcValues

java.lang.Object
  |
  +--pd.ArcValues

public class ArcValues
extends java.lang.Object


Field Summary
 boolean isBiggerAngle
           
 boolean isClockwise
           
 double radius
           
 
Constructor Summary
ArcValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isClockwise

public boolean isClockwise

isBiggerAngle

public boolean isBiggerAngle

radius

public double radius
Constructor Detail

ArcValues

public ArcValues()