public interface Ranger
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(Ranger other)
Merges the contents of the supplied ranger into this one. 
 | 
Ranger | 
createCompatibleRanger()
Returns a Ranger instance that is compatible with this one. 
 | 
Span | 
createSpan()
Returns an object characterising the range of data submitted so far. 
 | 
void | 
submitDatum(double d)
Accepts a data value. 
 | 
void submitDatum(double d)
d - datumSpan createSpan()
submitDatum(double).void add(Ranger other)
The supplied ranger is assumed to be compatible with this one, which probably means created in the same way. If not, some RuntimeException such as a ClassCastException may result.
other - compatible ranger instanceRanger createCompatibleRanger()
add(uk.ac.starlink.ttools.plot2.Ranger) method.Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.