public class PointData
extends java.lang.Object
PointSequence
.
Used by ArrayPlotData
.Constructor | Description |
---|---|
PointData(double[] point,
double[][] errors,
java.lang.String label,
boolean[] isIncluded) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
double[][] |
getErrors() |
Returns the coordinates of the error extrema associated with this point.
|
java.lang.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, java.lang.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 java.lang.String getLabel()
public boolean isIncluded(int iset)
iset
- subset indexiset
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.