public class IntDataObserver extends FwkColumnDataObserverInt
| Modifier and Type | Field and Description |
|---|---|
static int |
INCREASE |
valueschangeManager, flags, globalFlag, globalFlagValid, suspended| Modifier | Constructor and Description |
|---|---|
protected |
IntDataObserver()
The constructor that receives the values.
|
|
IntDataObserver(int[] values)
The constructor that receives the values.
|
|
IntDataObserver(int[] 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,
int value)
Set a value
|
getNativeDatatype, getNativeValues, getNativeValues, getValueAt, release, setFlagAtaddDataItemChangeListener, createScale, getFlagAt, getScale, isChangeManagerSuspended, isImplicit, removeDataItemChangeListener, setScale, suspendChangeManagerpublic static final int INCREASE
protected IntDataObserver()
values - the values.public IntDataObserver(int[] values)
values - the values.public IntDataObserver(int[] values,
short[] flags)
values - the values.flags - the flags.public void setValueAt(int index,
double value)
setValueAt in interface FwkColumnDataObserverInterfacesetValueAt in class FwkColumnDataObserverIntindex - the index of the value to changed.value - the new value.public int getCount()
FwkColumnDataObserverIntgetCount in interface FwkColumnDataObserverInterfacegetCount in class FwkColumnDataObserverIntpublic void setValueAt(int index,
int value)
index - the index of the value to changed.value - the new integer value.