civquest.util
Class Painting

java.lang.Object
  extended bycivquest.util.Painting

public class Painting
extends java.lang.Object


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

Painting

public Painting()
Method Detail

drawGestrichelteLine

public static void drawGestrichelteLine(java.awt.Graphics graphics,
                                        int x1,
                                        int y1,
                                        int x2,
                                        int y2,
                                        int length)

drawGestrichelteLine

public static void drawGestrichelteLine(java.awt.Graphics graphics,
                                        Coordinate from,
                                        Coordinate to,
                                        int length)