|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.plot.BubbleExperiments.Data
class BubbleExperiments.Data
Field Summary | |
---|---|
private java.util.List<java.lang.String> |
categories
|
private float[][][] |
data
|
Constructor Summary | |
---|---|
BubbleExperiments.Data()
|
Method Summary | |
---|---|
java.lang.Iterable<java.lang.String> |
categories()
Gets an iterable over the categories in this dataset. |
int |
getCategoryCount()
Gets the number of categories in this dataset. |
int |
getCategoryIndex(java.lang.String category)
Gets the index of the specified category. |
java.lang.String |
getFormattedTimeStep(int timestep)
Gets the formatted timestep (e.g. |
int |
getTimeStepCount()
Gets the number of timesteps. |
NumericRange |
getXRange()
Gets the range of x values over all timesteps and categories. |
double |
getXValue(int rowIndex,
int timestep)
Gets the x value for the particular category at the specified timestep. |
NumericRange |
getYRange()
Gets the range of y values over all timesteps and categories. |
double |
getYValue(int rowIndex,
int timestep)
Gets the y value for the particular category at the specified timestep. |
NumericRange |
getZRange()
Gets the range of z values over all timesteps and categories. |
double |
getZValue(int rowIndex,
int timestep)
Gets the z value for the particular category at the specified timestep. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List<java.lang.String> categories
private float[][][] data
Constructor Detail |
---|
public BubbleExperiments.Data()
Method Detail |
---|
public java.lang.Iterable<java.lang.String> categories()
BubbleDataset
categories
in interface BubbleDataset
public java.lang.String getFormattedTimeStep(int timestep)
BubbleDataset
getFormattedTimeStep
in interface BubbleDataset
timestep
- the formatted timestep
public int getCategoryIndex(java.lang.String category)
BubbleDataset
getCategoryIndex
in interface BubbleDataset
category
- the category whose index we want
public int getCategoryCount()
BubbleDataset
getCategoryCount
in interface BubbleDataset
public int getTimeStepCount()
BubbleDataset
getTimeStepCount
in interface BubbleDataset
public double getXValue(int rowIndex, int timestep)
BubbleDataset
getXValue
in interface BubbleDataset
rowIndex
- the category indextimestep
- the timestep
public double getYValue(int rowIndex, int timestep)
BubbleDataset
getYValue
in interface BubbleDataset
rowIndex
- the category indextimestep
- the timestep
public double getZValue(int rowIndex, int timestep)
BubbleDataset
getZValue
in interface BubbleDataset
rowIndex
- the category indextimestep
- the timestep
public NumericRange getXRange()
BubbleDataset
getXRange
in interface BubbleDataset
public NumericRange getYRange()
BubbleDataset
getYRange
in interface BubbleDataset
public NumericRange getZRange()
BubbleDataset
getZRange
in interface BubbleDataset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |