|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot.PointData
public class PointData
Contains data for a single point in a PointSequence
.
Used by ArrayPlotData
.
Constructor Summary | |
---|---|
PointData(double[] point,
double[][] errors,
String label,
boolean[] isIncluded)
Constructor. |
Method Summary | |
---|---|
double[][] |
getErrors()
Returns the coordinates of the error extrema associated with this point. |
String |
getLabel()
Returns the text label associated with this point. |
double[] |
getPoint()
Returns the coordinates of this point. |
boolean |
isIncluded(int iset)
Returns the inclusion status of a given subset. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointData(double[] point, double[][] errors, String label, boolean[] isIncluded)
point
- point coordinateserrors
- error coordinates arraylabel
- text label, or nullisIncluded
- array of subset inclusion flagsMethod Detail |
---|
public double[] getPoint()
public double[][] getErrors()
public String getLabel()
public boolean isIncluded(int iset)
iset
- subset index
iset
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |