public class Spiral
extends java.lang.Object
| Constructor and Description |
|---|
Spiral(int pCenterX,
int pCenterY) |
Spiral(int pCenterX,
int pCenterY,
int pStepSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCenterX() |
int |
getCenterY() |
int |
getX() |
int |
getY() |
void |
step() |