Uses of Interface
jfreerails.client.common.Painter

Packages that use Painter
jfreerails.client.renderer Provides classes that render/paint/draw the games graphics. 
jfreerails.client.view Provides classes that make up the jfreerails client user interface that is implemented using Swing components. 
 

Uses of Painter in jfreerails.client.renderer
 

Classes in jfreerails.client.renderer that implement Painter
 class BuildTrackRenderer
          This class draws the track being build.
 class CityNamesRenderer
          Paints the city names on the map.
 class StationBoxRenderer
          Renders box showing the cargo waiting at a station.
 class StationNamesRenderer
          Class to render the station names and spheres of influence on the game map.
 class StationRadiusRenderer
          This class draws the radius of a station on the map.
 

Fields in jfreerails.client.renderer declared as Painter
private  Painter MapBackgroundRender.cityNames
           
private  Painter MapBackgroundRender.stationNames
           
 

Uses of Painter in jfreerails.client.view
 

Classes in jfreerails.client.view that implement Painter
 class OverHeadTrainView
          Draws the trains on the main map.
 

Fields in jfreerails.client.view declared as Painter
private  Painter DetailMapRenderer.stationBoxes