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