Uses of Class
net.kolls.railworld.CLoc

Packages that use CLoc
net.kolls.railworld Provides for basic status and operation of quantities needed for both play and editing. 
net.kolls.railworld.tuic Managing trains with respect to the segments they appear on. 
 

Uses of CLoc in net.kolls.railworld
 

Fields in net.kolls.railworld declared as CLoc
 CLoc DLoc.newLoc
          The head position associated with this item.
 CLoc Train.pos
          Trains position.
 

Methods in net.kolls.railworld that return CLoc
 CLoc CLoc.reverse()
          Returns the same position with opposite directionality.
 

Methods in net.kolls.railworld with parameters of type CLoc
abstract  void TrainUIController.car(Car c, CLoc begin, CLoc end)
          For each Car, including a beginning and ending position.
 

Constructors in net.kolls.railworld with parameters of type CLoc
DLoc(java.awt.geom.Line2D[] li, CLoc nl)
          Construct a DLoc.
 

Uses of CLoc in net.kolls.railworld.tuic
 

Fields in net.kolls.railworld.tuic declared as CLoc
 CLoc TrainEndPointFinder.p
          The endpoint, once found.
 

Methods in net.kolls.railworld.tuic with parameters of type CLoc
 void TrainPainter.car(Car c, CLoc begin, CLoc end)
           
 void TrainMiniPainter.car(Car c, CLoc b, CLoc pos)
           
 void TrainEndPointFinder.car(Car c, CLoc b, CLoc pos)
           
 void TrainDirectionFinder.car(Car c, CLoc begin, CLoc end)
           
 void TrainClickTest.car(Car c, CLoc b, CLoc e)