public class DataBounds
extends java.lang.Object
Constructor | Description |
---|---|
DataBounds(Range[] ranges,
int npoint,
int[] npoints) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getPointCount() |
Returns the number of points in the data set.
|
int[] |
getPointCounts() |
Returns an array giving the number of points per subset in the
data set.
|
Range[] |
getRanges() |
Returns the array of data ranges, one for each axis.
|
public DataBounds(Range[] ranges, int npoint, int[] npoints)
ranges
- array of data ranges, one for each axisnpoint
- number of points in the data setnpoints
- array of per-subset point counts, one for each setpublic Range[] getRanges()
public int getPointCount()
public int[] getPointCounts()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.