public class PointData extends Object
PointSequence.
Used by ArrayPlotData.| Constructor and Description |
|---|
PointData(double[] point,
double[][] errors,
String label,
boolean[] isIncluded)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public PointData(double[] point,
double[][] errors,
String label,
boolean[] isIncluded)
point - point coordinateserrors - error coordinates arraylabel - text label, or nullisIncluded - array of subset inclusion flagspublic double[] getPoint()
public double[][] getErrors()
public String getLabel()
public boolean isIncluded(int iset)
iset - subset indexisetCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.