- caliber - Variable in class mppa.view.AmmoEditController
-
Drop-down selection for caliber.
- CallPositionEdit() - Method in class mppa.MainApp
-
Called when positions are loaded from file, forces to draw and calculate all context.
- canvas - Variable in class mppa.MainApp
-
Canvas.
- canvas - Variable in class mppa.SceneGestures
-
canvas
- centerX - Variable in class mppa.ViewCanvas
-
Center line for x-axis
- centerY - Variable in class mppa.ViewCanvas
-
Center line for y-axis
- changeActiveTarget() - Method in class mppa.view.TargetController
-
Called when target is changed.
- clamp(double, double, double) - Static method in class mppa.SceneGestures
-
Function for clamping to a value.
- clearCanvas() - Method in class mppa.ViewCanvas
-
Removes all the elements from pane.
- clearCorrections() - Method in class mppa.model.Target
-
- clearData() - Method in class mppa.MainApp
-
Clears graphics and deletes all targets.
- clearShootingData() - Method in class mppa.model.Position
-
Clears all elements from shooting data
array.
- cordCheck(String) - Method in class mppa.view.CorrectionController
-
Checks coordinate or direction format and returns it in correct format.
- cordCheck(String) - Method in class mppa.view.LimitersController
-
Checks coordinates format and returns in correct format.
- cordCheck(String) - Method in class mppa.view.PolarTargetController
-
Checks coordinate or direction format and returns it in correct format.
- cordCheck(String) - Method in class mppa.view.TukTargetController
-
Checks coordinate or direction format and returns it in correct format.
- CorrectionController - Class in mppa.view
-
Class for making corrections
- CorrectionController() - Constructor for class mppa.view.CorrectionController
-
- corrections - Variable in class mppa.model.Target
-
Three-dimensional array for containing corrections.
- createNewCorrectionTarget(ArrayList<ArrayList<Integer>>) - Method in class mppa.model.Target
-
Adds new target points to
targets array.