IAction, DataSourceIndependent, IDataSourcepublic class MeterTiltHistogram extends java.lang.Object implements IAction, IDataSource, DataSourceIndependent
| Modifier and Type | Field | Description |
|---|---|---|
protected Box |
box |
|
protected DataFunction |
data |
|
protected DataFunction.DataInfoFunction |
dataInfo |
|
protected Vector |
dr |
|
protected HistogramNotSoSimple |
histogram |
|
protected ISpecies |
species |
|
protected DataTag |
tag |
|
protected DataDoubleArray |
xData |
|
protected DataDoubleArray.DataInfoDoubleArray |
xDataInfo |
|
protected DataTag |
xTag |
| Constructor | Description |
|---|---|
MeterTiltHistogram(Space space,
ISpecies species) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed() |
Completes the action defined by the class implementing this interface.
|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
int |
getIndependentArrayDimension() |
Returns the number of independent data dimensions
|
DataDoubleArray |
getIndependentData(int i) |
Returns the X data for the given dimension
|
DataDoubleArray.DataInfoDoubleArray |
getIndependentDataInfo(int i) |
Returns the DataInfo for the given dimension
|
DataTag |
getIndependentTag() |
Returns the tag associated with this DataSource.
|
DataTag |
getTag() |
|
void |
reset() |
|
void |
setBox(Box newBox) |
protected final ISpecies species
protected Box box
protected final Vector dr
protected final DataFunction data
protected final DataFunction.DataInfoFunction dataInfo
protected final DataDoubleArray xData
protected final DataDoubleArray.DataInfoDoubleArray xDataInfo
protected final DataTag tag
protected final DataTag xTag
protected final HistogramNotSoSimple histogram
public void setBox(Box newBox)
public void reset()
public void actionPerformed()
IActionactionPerformed in interface IActionpublic IData getData()
getData in interface IDataSourcepublic IDataInfo getDataInfo()
getDataInfo in interface IDataSourcepublic DataTag getTag()
getTag in interface IDataSourcepublic DataDoubleArray getIndependentData(int i)
DataSourceIndependentgetIndependentData in interface DataSourceIndependentpublic DataDoubleArray.DataInfoDoubleArray getIndependentDataInfo(int i)
DataSourceIndependentgetIndependentDataInfo in interface DataSourceIndependentpublic int getIndependentArrayDimension()
DataSourceIndependentgetIndependentArrayDimension in interface DataSourceIndependentpublic DataTag getIndependentTag()
DataSourceIndependentgetIndependentTag in interface DataSourceIndependent