| Modifier and Type | Field | Description |
|---|---|---|
protected int |
n |
| Constructor | Description |
|---|---|
TrackableCircle(int n,
double imageX,
double imageY) |
Constructs a TrackableCircle.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
draw(DrawingPanel panel,
java.awt.Graphics g) |
Overrides the Circle draw method.
|
int |
getFrameNumber() |
Gets the frame number.
|
public TrackableCircle(int n,
double imageX,
double imageY)
n - the video frame numberimageX - the x position in imagespaceimageY - the y position in imagespacepublic int getFrameNumber()
public void draw(DrawingPanel panel, java.awt.Graphics g)