|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcivquest.util.Painting
Constructor Summary | |
Painting()
|
Method Summary | |
static void |
drawGestrichelteLine(java.awt.Graphics graphics,
Coordinate from,
Coordinate to,
int length)
|
static void |
drawGestrichelteLine(java.awt.Graphics graphics,
int x1,
int y1,
int x2,
int y2,
int length)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Painting()
Method Detail |
public static void drawGestrichelteLine(java.awt.Graphics graphics, int x1, int y1, int x2, int y2, int length)
public static void drawGestrichelteLine(java.awt.Graphics graphics, Coordinate from, Coordinate to, int length)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |