IDataSourcepublic class MeterElongation extends DataSourceScalar
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
aNumber |
|
protected Box |
box |
|
protected boolean |
hex |
|
protected double |
originalGageLength |
data, dataInfo, tag| Constructor | Description |
|---|---|
MeterElongation() |
| Modifier and Type | Method | Description |
|---|---|---|
protected double |
calcGageLength() |
|
Box |
getBox() |
|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
void |
setAtomNumber(int n) |
|
void |
setBox(Box newBox) |
|
void |
setHexagonal(boolean b) |
getData, getDataDouble, getDataInfo, getTagprotected int aNumber
protected double originalGageLength
protected boolean hex
protected Box box
public void setBox(Box newBox)
public Box getBox()
public void setAtomNumber(int n)
public void setHexagonal(boolean b)
protected double calcGageLength()
public double getDataAsScalar()
DataSourceScalargetDataAsScalar in class DataSourceScalar