public interface AuxReader
Modifier and Type | Method and Description |
---|---|
void |
adjustAuxRange(Surface surface,
DataSpec dataSpec,
DataStore dataStore,
Object[] knownPlans,
Ranger ranger)
May use the supplied data specification to update (usually extend)
the given range.
|
ValueInfo |
getAxisInfo(DataSpec dataSpec)
Attempts to provide information suitable for labelling the axis
corresponding to the values ranged by this reader.
|
int |
getCoordIndex()
Returns the DataSpec index for the coordinate whose value is used
by this reader.
|
Scaling |
getScaling()
Returns a scaling that will be used on the result of the aux
ranging done by this reader, if any.
|
void adjustAuxRange(Surface surface, DataSpec dataSpec, DataStore dataStore, Object[] knownPlans, Ranger ranger)
surface
- plot data destination surfacedataSpec
- specification for datadataStore
- data storage objectknownPlans
- array of available plan objects; may be emptyranger
- object to be updated with range informationScaling getScaling()
int getCoordIndex()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.