|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IChartKey | |
|---|---|
| net.sf.magicproject | Package containing the main application and the standalone deck builder. |
| net.sf.magicproject.chart | All available charts. |
| net.sf.magicproject.chart.datasets | All available datasets for charts. |
| Uses of IChartKey in net.sf.magicproject |
|---|
| Methods in net.sf.magicproject that return types with arguments of type IChartKey | |
|---|---|
java.util.Collection<IChartKey> |
DeckBuilder.getKeys(CardModel cardModel,
ChartFilter filter)
|
java.util.List<IChartKey> |
DeckBuilder.getKeys(ChartFilter filter)
|
| Uses of IChartKey in net.sf.magicproject.chart |
|---|
| Classes in net.sf.magicproject.chart that implement IChartKey | |
|---|---|
class |
CardColor
|
class |
CardManaCost
|
class |
CardTypes
|
| Fields in net.sf.magicproject.chart declared as IChartKey | |
|---|---|
static IChartKey |
CardColor.UNKNOW_COLOR
|
static IChartKey |
CardManaCost.UNKNOW_MANACOST
|
static IChartKey |
CardTypes.UNKNOW_TYPE
|
| Methods in net.sf.magicproject.chart that return IChartKey | |
|---|---|
IChartKey |
IChartKey.getDefault()
|
IChartKey |
CardTypes.getDefault()
|
IChartKey |
CardManaCost.getDefault()
|
IChartKey |
CardColor.getDefault()
|
| Methods in net.sf.magicproject.chart that return types with arguments of type IChartKey | |
|---|---|
java.util.Collection<IChartKey> |
IDataProvider.getKeys(CardModel cardModel,
ChartFilter filter)
Return the keys corresponding to the given card. |
java.util.List<IChartKey> |
IDataProvider.getKeys(ChartFilter filter)
Return working set keys |
| Methods in net.sf.magicproject.chart with parameters of type IChartKey | |
|---|---|
int |
CardTypes.compareTo(IChartKey o)
|
int |
CardManaCost.compareTo(IChartKey o)
|
int |
CardColor.compareTo(IChartKey o)
|
void |
ChartSets.initKey(ChartFilter filter,
IChartKey key,
java.lang.Integer amount)
|
| Method parameters in net.sf.magicproject.chart with type arguments of type IChartKey | |
|---|---|
void |
IChartKey.processAdd(java.util.List<IChartKey> workingKeys)
Add this key to the specified list. |
void |
CardTypes.processAdd(java.util.List<IChartKey> workingKeys)
|
void |
CardManaCost.processAdd(java.util.List<IChartKey> workingKeys)
|
void |
CardColor.processAdd(java.util.List<IChartKey> workingKeys)
|
| Uses of IChartKey in net.sf.magicproject.chart.datasets |
|---|
| Methods in net.sf.magicproject.chart.datasets that return types with arguments of type IChartKey | |
|---|---|
java.util.List<IChartKey> |
PieDataset.getKeys()
|
| Methods in net.sf.magicproject.chart.datasets with parameters of type IChartKey | |
|---|---|
void |
PieDataset.setValue(IChartKey key,
java.lang.Integer value)
|
void |
HistogramDataset.setValue(IChartKey key,
java.lang.Integer value)
|
void |
Dataset.setValue(IChartKey key,
java.lang.Integer value)
Sets the data value for a key and sends a DatasetChangeEvent to all registered
listeners. |
void |
CategoryDataset.setValue(IChartKey key,
java.lang.Integer value)
|
void |
BarDataset.setValue(IChartKey key,
java.lang.Integer value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||