|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartFilter | |
---|---|
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 ChartFilter in net.sf.magicproject |
---|
Methods in net.sf.magicproject with parameters of type ChartFilter | |
---|---|
java.util.Collection<IChartKey> |
DeckBuilder.getKeys(CardModel cardModel,
ChartFilter filter)
|
java.util.List<IChartKey> |
DeckBuilder.getKeys(ChartFilter filter)
|
Uses of ChartFilter in net.sf.magicproject.chart |
---|
Methods in net.sf.magicproject.chart that return ChartFilter | |
---|---|
static ChartFilter |
ChartFilter.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChartFilter[] |
ChartFilter.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.magicproject.chart with parameters of type ChartFilter | |
---|---|
void |
ChartSets.addDataSet(ChartFilter filter,
Dataset dataSet)
Add a dataset to this set. |
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 |
void |
ChartSets.initKey(ChartFilter filter,
IChartKey key,
java.lang.Integer amount)
|
Uses of ChartFilter in net.sf.magicproject.chart.datasets |
---|
Constructors in net.sf.magicproject.chart.datasets with parameters of type ChartFilter | |
---|---|
BarDataset(IDataProvider provider,
ChartFilter filter)
Create a new instance of this class. |
|
CategoryDataset(IDataProvider provider,
ChartFilter filter)
Create a new instance of this class. |
|
HistogramDataset(IDataProvider provider,
ChartFilter filter)
Create a new instance of this class. |
|
PieDataset(IDataProvider provider,
ChartFilter filter)
Create a new instance of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |