|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgui.playfield.PlayFieldGraphic
gui.playfield.PathGraphic
public class PathGraphic
Visualization of a Path
| Field Summary |
|---|
| Fields inherited from class gui.playfield.PlayFieldGraphic |
|---|
scale |
| Constructor Summary | |
|---|---|
PathGraphic(Path path)
|
|
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics2D g2)
Draws a line trough all path's coordinates. |
| Methods inherited from class gui.playfield.PlayFieldGraphic |
|---|
getScale, invScale, scale, scale, setScale |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathGraphic(Path path)
| Method Detail |
|---|
public void draw(java.awt.Graphics2D g2)
draw in class PlayFieldGraphicg2 - The graphics context to draw to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||