IAction
, DataSourceIndependent
, IDataSource
public class MeterAtomicDisplacement extends java.lang.Object implements IDataSource, DataSourceIndependent, IAction
Modifier and Type | Field | Description |
---|---|---|
protected CoordinateDefinition |
coordinateDefinition |
|
protected Vector |
workVector |
Constructor | Description |
---|---|
MeterAtomicDisplacement(Space space,
CoordinateDefinition coordinateDefinition) |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed() |
Completes the action defined by the class implementing this interface.
|
Box |
getBox() |
|
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() |
protected CoordinateDefinition coordinateDefinition
protected Vector workVector
public MeterAtomicDisplacement(Space space, CoordinateDefinition coordinateDefinition)
public Box getBox()
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
public void actionPerformed()
IAction
actionPerformed
in interface IAction
public IData getData()
getData
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public int getIndependentArrayDimension()
DataSourceIndependent
getIndependentArrayDimension
in interface DataSourceIndependent
public DataDoubleArray getIndependentData(int i)
DataSourceIndependent
getIndependentData
in interface DataSourceIndependent
public DataDoubleArray.DataInfoDoubleArray getIndependentDataInfo(int i)
DataSourceIndependent
getIndependentDataInfo
in interface DataSourceIndependent
public DataTag getIndependentTag()
DataSourceIndependent
getIndependentTag
in interface DataSourceIndependent