Modifier and Type | Field and Description |
---|---|
protected int |
n |
Constructor and Description |
---|
TrackableCircle(int n,
double imageX,
double imageY)
Constructs a TrackableCircle.
|
Modifier and Type | Method and 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)