public class Circle extends AbstractShape
| Constructor and Description |
|---|
Circle(String radius)
Creates a circle shape
|
Circle(String radius,
String x,
String y)
Creates a circle shape
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValues() |
getTransitionTime, transitionTimepublic Circle(String radius)
radius - the radius of the circleCopyright © 2015. All rights reserved.