|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot.DataBounds
public class DataBounds
Encapsulates what is known about the ranges along each axis of a data set.
Constructor Summary | |
---|---|
DataBounds(Range[] ranges,
int npoint,
int[] npoints)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 setMethod Detail |
---|
public Range[] getRanges()
public int getPointCount()
public int[] getPointCounts()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |