support.Flight
Class GUIEdge

java.lang.Object
  |
  +--support.Flight.GUIEdge

class GUIEdge
extends java.lang.Object

Just a data bucket, allowing us to maintain state about location and color of edges, for later redrawing if required. Yes, it has public instance variables. Sue me.


Field Summary
(package private)  java.awt.Color color
           
(package private)  int destx
           
(package private)  int desty
           
(package private)  int origx
           
(package private)  int origy
           
 
Constructor Summary
(package private) GUIEdge(int origx, int origy, int destx, int desty, java.awt.Color c)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

origx

int origx

origy

int origy

destx

int destx

desty

int desty

color

java.awt.Color color
Constructor Detail

GUIEdge

GUIEdge(int origx,
        int origy,
        int destx,
        int desty,
        java.awt.Color c)