All Packages Class Hierarchy This Package Previous Next Index
Class jsz.Plotter.ControllerCaption
java.lang.Object
|
+----jsz.Plotter.ControllerCaption
- public class ControllerCaption
- extends Object
- implements ITickCaption
Example implementation of {@link jsz.Plotter.ITickInscription}.
- Version:
- $Revision: 1.2 $
- Author:
- Janek Schwarz
-
baseline
- value which should represent the baseline controller
-
highPerformance
- value which should represent the high-performance controller
-
safety
- value which should represent the safety controller
-
ControllerCaption(double, double, double)
- Constructs an object and assigns specific values to
high-performance, baseline and safety controller.
-
markTick(double)
- Marks the ticks, which correspond to high-performance,
baseline and safety controller.
highPerformance
private double highPerformance
- value which should represent the high-performance controller
safety
private double safety
- value which should represent the safety controller
baseline
private double baseline
- value which should represent the baseline controller
ControllerCaption
public ControllerCaption(double highPerformance,
double baseline,
double safety)
- Constructs an object and assigns specific values to
high-performance, baseline and safety controller.
- Parameters:
- highPerformance - a value of type 'double'
- baseline - a value of type 'double'
- safety - a value of type 'double'
markTick
public String markTick(double value)
- Marks the ticks, which correspond to high-performance,
baseline and safety controller. Any other tick is ignored.
All Packages Class Hierarchy This Package Previous Next Index