|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dataset
| Method Summary | |
|---|---|
void |
addCard(CardModel cardModel,
int amount)
Add cards to all datasets. |
void |
removeAll()
Remove all data from this dataset. |
void |
removeCard(CardModel cardModel,
int amount)
Remove cards to all datasets. |
void |
setValue(IChartKey key,
java.lang.Integer value)
Sets the data value for a key and sends a DatasetChangeEvent to all registered
listeners. |
| Method Detail |
|---|
void addCard(CardModel cardModel,
int amount)
cardModel - the card to add.amount - the amount of card to add.
void removeCard(CardModel cardModel,
int amount)
cardModel - the card to remove.amount - the amount of card to remove.
void setValue(IChartKey key,
java.lang.Integer value)
DatasetChangeEvent to all registered
listeners.
key - the key (null not permitted).value - the value.void removeAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||