com.partnersoft.geometry
Class Circle

java.lang.Object
  extended by com.partnersoft.geometry.Circle

public class Circle
extends java.lang.Object

A circle.

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

Field Summary
 double centerX
           
 double centerY
           
 double radius
           
 
Constructor Summary
Circle(double centerX, double centerY, double radius)
           
 
Method Summary
 Polyline convertToPolyline()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

centerX

public double centerX

centerY

public double centerY

radius

public double radius
Constructor Detail

Circle

public Circle(double centerX,
              double centerY,
              double radius)
Method Detail

convertToPolyline

public Polyline convertToPolyline()