public class FloatDataObserver extends FwkColumnDataObserverFloat
| Modifier and Type | Field and Description |
|---|---|
static int |
INCREASE |
valueschangeManager, flags, globalFlag, globalFlagValid, suspended| Modifier | Constructor and Description |
|---|---|
protected |
FloatDataObserver()
The constructor that receives the values.
|
|
FloatDataObserver(float[] values)
The constructor that receives the values.
|
|
FloatDataObserver(float[] values,
short[] flags)
The constructor that receives the values and the flags.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
The the value count.
|
void |
setValueAt(int index,
double value)
Set a value
|
void |
setValueAt(int index,
float value)
Set a value
|
getNativeDatatype, getNativeValues, getNativeValues, getValueAt, release, setFlagAtaddDataItemChangeListener, createScale, getFlagAt, getScale, isChangeManagerSuspended, isImplicit, removeDataItemChangeListener, setScale, suspendChangeManagerpublic static final int INCREASE
protected FloatDataObserver()
values - the values.public FloatDataObserver(float[] values)
values - the values.public FloatDataObserver(float[] values,
short[] flags)
values - the values.flags - the flags.public void setValueAt(int index,
double value)
setValueAt in interface FwkColumnDataObserverInterfacesetValueAt in class FwkColumnDataObserverFloatindex - the index of the value to changed.value - the new value.public int getCount()
FwkColumnDataObserverFloatgetCount in interface FwkColumnDataObserverInterfacegetCount in class FwkColumnDataObserverFloatpublic void setValueAt(int index,
float value)
index - the index of the value to changed.value - the new float value.