|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Mark
A Mark draws itself and has rectangular bounds. A track Step has a Mark for each tracker panel on which it is drawn. The Mark is created by the Step's Footprint.
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics2D g,
boolean highlighted)
Draws this object. |
java.awt.Rectangle |
getBounds(boolean highlighted)
Gets the bounds of this object. |
| Method Detail |
|---|
void draw(java.awt.Graphics2D g,
boolean highlighted)
g - the Graphics2D contexthighlighted - true to draw a highlighted versionjava.awt.Rectangle getBounds(boolean highlighted)
highlighted - true to get the highlighted bounds
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||