|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameters | |
---|---|
airspace | Provides classes for handling the planes. |
calculation | Provides classes for handling the graph and the calculation of the arrival tree. |
filecontroller | Provides classes for reading the weather data. |
general | Provides classes for handling some general data that all packages need. |
graphics | Provides classes for showing the graphics. |
Uses of Parameters in airspace |
---|
Fields in airspace declared as Parameters | |
---|---|
private Parameters |
AirControl.parameters
Instance of Parameters class. |
Constructors in airspace with parameters of type Parameters | |
---|---|
AirControl(Parameters parameters,
java.util.ArrayList[] arcPoints)
AirControl constructor. |
|
Plane(TreeNode startNode,
java.util.ArrayList[] arcPoints,
Parameters parameters,
TreeNode root)
Constructor of Plane class. |
Uses of Parameters in calculation |
---|
Fields in calculation declared as Parameters | |
---|---|
private Parameters |
Graph.param
reference to Parameters class. |
private Parameters |
CalculationControl.parameters
Current instance of Parameters class. |
Uses of Parameters in filecontroller |
---|
Fields in filecontroller declared as Parameters | |
---|---|
private Parameters |
FileController.parameters
Current instance of Parameter class. |
private Parameters |
ReadImageFile.parameters
Current instance of Parameter class. |
private Parameters |
ReadPGMImageFile.parameters
parameters Current instance of Parameter class. |
Constructors in filecontroller with parameters of type Parameters | |
---|---|
FileController(Parameters parameters)
Constructor initialize new instance of FileController class. |
|
ReadImageFile(Parameters parameters)
Constructor of this class. |
|
ReadPGMImageFile(Parameters parameters)
Constructor of this class. |
Uses of Parameters in general |
---|
Fields in general declared as Parameters | |
---|---|
private Parameters |
DataCollection.parameters
parameters Current instance of Parameters- class. |
Methods in general that return Parameters | |
---|---|
Parameters |
DataCollection.getParameterClass()
Returns current Parameters-class. |
Methods in general with parameters of type Parameters | |
---|---|
void |
DataCollection.setParameterClass(Parameters parameters)
Set current Parameter -class. |
Uses of Parameters in graphics |
---|
Fields in graphics declared as Parameters | |
---|---|
private Parameters |
GraphicsWindow.parameters
parameters instance of Parameter- class. |
private Parameters |
GraphicsEngine.parameters
Current instance of Parameters- class. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |