|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.DefaultGraphicsViewer.HudLine
protected static class DefaultGraphicsViewer.HudLine
Line for HUD drawing.
Field Summary | |
---|---|
protected int |
x1
X coordinate of starting point. |
protected int |
x2
X coordinate of ending point. |
protected int |
y1
Y coordinate of starting point. |
protected int |
y2
Y coordinate of ending point. |
Constructor Summary | |
---|---|
DefaultGraphicsViewer.HudLine(int xa,
int ya,
int xb,
int yb)
|
Method Summary | |
---|---|
void |
draw(java.awt.Graphics g)
Draws this primitive using the given graphics. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int x1
protected int y1
protected int x2
protected int y2
Constructor Detail |
---|
public DefaultGraphicsViewer.HudLine(int xa, int ya, int xb, int yb)
Method Detail |
---|
public void draw(java.awt.Graphics g)
draw
in interface DefaultGraphicsViewer.HudPrimitive
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |