| Package | Description |
|---|---|
| mppa | |
| mppa.model | |
| mppa.view |
| Modifier and Type | Field and Description |
|---|---|
private Target |
MainApp.activeTarget
Active target.
|
private Target |
MainApp.prevTarget
Previous targeet.
|
| Modifier and Type | Field and Description |
|---|---|
private javafx.collections.ObservableList<Target> |
MainApp.targetData
Observable list of all the targets.
|
| Modifier and Type | Method and Description |
|---|---|
Target |
MainApp.getActiveTarget()
Returns active target.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Target> |
MainApp.getTargetData()
Returns
targetData. |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.util.ArrayList<java.lang.Double>> |
MainApp.distanceCalculator(Position position,
Target target)
Calculates distance and direction between position and all target points.
|
void |
MainApp.drawBallisticPoints(Target target)
Draws all ballistic points for regular target.
|
void |
MainApp.drawBallisticPoints(Target target,
java.lang.String name,
java.lang.String number)
Draws all ballistic points for region target.
|
void |
MainApp.setActiveTarget(Target target)
Sets active target.
|
boolean |
MainApp.showPolarTargetEditDialog(Target target)
Shows polar target adding dialog.
|
boolean |
MainApp.showSquareTargetAdd(Target target)
Shows square target adding dialog
|
boolean |
MainApp.showTargetCorrectionDialog(Target target)
Shows dialog for making corrections to target.
|
boolean |
MainApp.showTargetEditDialog(Target target)
Shows target editing dialog.
|
boolean |
MainApp.showTargetInformationDialog(Target selectedTarget)
Shows target information dialog.
|
boolean |
MainApp.showTukTargetAdd(Target target)
Shows fire transmission target adding dialog.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<Target> |
Target.regionTargets
Array for region target.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Target> |
Target.getRegionTargets()
Returns array of three targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setRegionTargets(java.util.ArrayList<Target> regionTargets)
Sets parameter to targets region targets
array. |
| Modifier and Type | Field and Description |
|---|---|
private Target |
TargetInfoController.target
Current target.
|
private Target |
CorrectionController.target
Target.
|
private Target |
TukTargetController.Target
Target to be created.
|
private Target |
TargetEditController.Target |
private Target |
SquareTargetController.Target
Target to be created.
|
private Target |
PolarTargetController.Target
Target to be created.
|
| Modifier and Type | Field and Description |
|---|---|
private javafx.scene.control.ComboBox<Target> |
TargetController.targetBox
ComboBox containing all the targets.
|
private javafx.scene.control.TableView<Target> |
PositionController.targetTable
Drop-down list containing all targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TukTargetController.setTarget(Target Target)
Set´s class target.
|
void |
TargetInfoController.setTarget(Target Target)
Sets target.
|
void |
TargetEditController.setTarget(Target Target)
Sets the Target to be edited in the dialog.
|
void |
SquareTargetController.setTarget(Target Target)
Sets the Target to be edited in the dialog.
|
void |
PolarTargetController.setTarget(Target Target)
Set´s class target and fields to targets fields.
|
void |
CorrectionController.setTarget(Target Target)
Sets target.
|
private void |
TargetController.showTargetDetails(Target target)
Sets new information to target labels.
|
private void |
TargetController.update(Target newTarget)
Updates all labels if new target is added or previous one is updated.
|