Uses of Class
general.DataCollection

Packages that use DataCollection
calculation Provides classes for handling the graph and the calculation of the arrival tree. 
graphics Provides classes for showing the graphics. 
 

Uses of DataCollection in calculation
 

Fields in calculation declared as DataCollection
private  DataCollection Graph.dataCollection
          reference to dataCollection interface.
private  DataCollection BuildTree.dataCollection
          Data collection.
private  DataCollection CalculationControl.dataCollection
          Current instance of DataCollection class.
 

Constructors in calculation with parameters of type DataCollection
BuildTree(DataCollection dataCollection)
          Constructor.
CalculationControl(DataCollection dataCollection)
          Construct Calculation -package and help classes, which are used when calculating weather, graph and paths for the Graphics -package.
Graph(DataCollection data, int width, int height)
          This is the constructor for the graph.
 

Uses of DataCollection in graphics
 

Fields in graphics declared as DataCollection
private  DataCollection InfoPane.dataCollection
          Current instance of DataCollection- class.
private  DataCollection GraphicsWindow.dataCollection
          dataCollection instance of DataCollection -class.
private  DataCollection GraphicsEngine.dataCollection
          Current instance of DataCollection- class.
 

Constructors in graphics with parameters of type DataCollection
Graphics(DataCollection dataCollection)
          Construct whole graphics-package.
GraphicsEngine(DataCollection dCollection)
          Construct new instance of GraphicsEngine-class.
GraphicsWindow(DataCollection dataCollection, GraphicsEngine graphicsEngine)
          Construct new graphics-object.
InfoPane(GraphicsEngine engine, DataCollection dataCollection, int panelWidth, int panelHeight)
          Construct new instance.