Uses of Class
net.kolls.railworld.play.PlayFrame

Packages that use PlayFrame
net.kolls.railworld.io File I/O support for maps and games. 
net.kolls.railworld.play Classes used for playing Rail World. 
net.kolls.railworld.play.script Scripting support for plug-ins. 
 

Uses of PlayFrame in net.kolls.railworld.io
 

Methods in net.kolls.railworld.io with parameters of type PlayFrame
static void RWGReader.read(java.io.File f, PlayFrame rf, java.util.List<Script> scripts)
          Reads a Rail World Game (RWG) file and populates/updates a given rail canvas and train list.
 

Uses of PlayFrame in net.kolls.railworld.play
 

Constructors in net.kolls.railworld.play with parameters of type PlayFrame
TrainCreator(RailSegment[] lines, PlayFrame pf, ScriptManager trainNotify)
          Shows the train creator window.
TrainListCellRenderer(PlayFrame pf, java.awt.FontMetrics metrics, int width)
          Creates the renderer.
 

Uses of PlayFrame in net.kolls.railworld.play.script
 

Methods in net.kolls.railworld.play.script with parameters of type PlayFrame
 void ScriptManager.init(PlayFrame pf)
          The game is being started.
 void Script.init(PlayFrame pf)
          Setup the script.