public interface Circle extends Shape
| Modifier and Type | Method and Description | 
|---|---|
double | 
getCenterX()
Gets the X coordinate of the center of this circle. 
 | 
double | 
getCenterY()
Gets the Y coordinate of the center of this circle. 
 | 
double | 
getRadius()
Gets the radius of this circle. 
 | 
Copyright © GigaSpaces.