public class FloatDataObserver extends FwkColumnDataObserverFloat
Modifier and Type | Field and Description |
---|---|
static int |
INCREASE |
values
changeManager, 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, setFlagAt
addDataItemChangeListener, createScale, getFlagAt, getScale, isChangeManagerSuspended, isImplicit, removeDataItemChangeListener, setScale, suspendChangeManager
public 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 FwkColumnDataObserverInterface
setValueAt
in class FwkColumnDataObserverFloat
index
- the index of the value to changed.value
- the new value.public int getCount()
FwkColumnDataObserverFloat
getCount
in interface FwkColumnDataObserverInterface
getCount
in class FwkColumnDataObserverFloat
public void setValueAt(int index, float value)
index
- the index of the value to changed.value
- the new float value.