Package uk.ac.starlink.ttools.plot2
Class IndicatedRow
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.IndicatedRow
-
public class IndicatedRow extends java.lang.Object
Represents a row from a dataset in relation to a reference position, by aggregating a row index and the distance from the point.- Since:
- 21 Nov 2014
- Author:
- Mark Taylor
-
-
Constructor Summary
Constructors Constructor Description IndicatedRow(long index, double distance)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDistance()
Returns the distance from the reference position.long
getIndex()
Returns the row index.java.lang.String
toString()
-