Uses of Class
net.kolls.railworld.MiniViewer

Packages that use MiniViewer
net.kolls.railworld Provides for basic status and operation of quantities needed for both play and editing. 
net.kolls.railworld.edit Components related to the map editor module. 
net.kolls.railworld.play Classes used for playing Rail World. 
 

Uses of MiniViewer in net.kolls.railworld
 

Fields in net.kolls.railworld declared as MiniViewer
protected  MiniViewer RailFrame.miniv
          The mini viewer
protected  MiniViewer RailCanvas.miniv
          The mini-viewer for this canvas
 

Constructors in net.kolls.railworld with parameters of type MiniViewer
RailCanvas(java.awt.image.BufferedImage s, RailSegment[] lines, MiniViewer mini)
          Construct a new rail canvas
 

Uses of MiniViewer in net.kolls.railworld.edit
 

Constructors in net.kolls.railworld.edit with parameters of type MiniViewer
EditCanvas(java.awt.image.BufferedImage s, RailSegment[] lines, MiniViewer mini)
          Construct an edit canvas with a given source image, some segments, and a mini viewer.
 

Uses of MiniViewer in net.kolls.railworld.play
 

Constructors in net.kolls.railworld.play with parameters of type MiniViewer
PlayCanvas(java.awt.image.BufferedImage s, RailSegment[] lines, MiniViewer mini)
          Create a play canvas.