FloatingCoordAuxReader
public interface AuxReader
Modifier and Type | Method | Description |
---|---|---|
void |
adjustAuxRange(Surface surface,
DataSpec dataSpec,
DataStore dataStore,
java.lang.Object[] knownPlans,
Range range) |
May use the supplied data specification to update (usually extend)
the given range.
|
uk.ac.starlink.table.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.
|
void adjustAuxRange(Surface surface, DataSpec dataSpec, DataStore dataStore, java.lang.Object[] knownPlans, Range range)
surface
- plot data destination surfacedataSpec
- specification for datadataStore
- data storage objectknownPlans
- array of available plan objects; may be emptyrange
- range object to be updated with range informationint getCoordIndex()
uk.ac.starlink.table.ValueInfo getAxisInfo(DataSpec dataSpec)
dataSpec
- data specificationCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.