|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.chart.ChartSets
public class ChartSets
Constructor Summary | |
---|---|
ChartSets()
Create a new instance of this class. |
Method Summary | |
---|---|
void |
addCard(CardModel cardModel,
int amount)
Add cards to all datasets. |
void |
addDataSet(ChartFilter filter,
Dataset dataSet)
Add a dataset to this set. |
void |
initKey(ChartFilter filter,
IChartKey key,
java.lang.Integer amount)
|
void |
removeAll()
Remove all data from this dataset. |
void |
removeCard(CardModel cardModel,
int amount)
Remove cards to all datasets. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartSets()
Method Detail |
---|
public void addDataSet(ChartFilter filter, Dataset dataSet)
filter
- dataSet
- public void addCard(CardModel cardModel, int amount)
cardModel
- the card to add.amount
- the amount of card to add.public void removeCard(CardModel cardModel, int amount)
cardModel
- the card to remove.amount
- the amount of card to remove.public void initKey(ChartFilter filter, IChartKey key, java.lang.Integer amount)
filter
- key
- amount
- public void removeAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |