|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCard | |
|---|---|
| net.sf.magicproject.clickable.targetable.card | All card components. |
| net.sf.magicproject.clickable.targetable.player | All player components. |
| net.sf.magicproject.database | Database components : manage data download, cache, picture and card name translations. |
| net.sf.magicproject.stack | All classes manipulating stack and controlling the abilities/actions flow. |
| net.sf.magicproject.ui.wizard | Wizard components. |
| net.sf.magicproject.zone | Contains all zones. |
| Uses of AbstractCard in net.sf.magicproject.clickable.targetable.card |
|---|
| Subclasses of AbstractCard in net.sf.magicproject.clickable.targetable.card | |
|---|---|
class |
CardCopy
|
class |
LastKnownCard
|
class |
MCard
This class corresponds to the graphical element of a specified card, and correponds to an actor. |
class |
SystemCard
MSystemCard.java Created on 5 mars 2004 |
class |
TriggeredCard
|
class |
TriggeredCardChoice
|
| Methods in net.sf.magicproject.clickable.targetable.card with parameters of type AbstractCard | |
|---|---|
void |
TriggeredCard.abortion(AbstractCard card,
Ability source)
|
| Uses of AbstractCard in net.sf.magicproject.clickable.targetable.player |
|---|
| Subclasses of AbstractCard in net.sf.magicproject.clickable.targetable.player | |
|---|---|
class |
PlayerCard
|
| Uses of AbstractCard in net.sf.magicproject.database |
|---|
| Methods in net.sf.magicproject.database with parameters of type AbstractCard | |
|---|---|
java.awt.Image |
DatabaseCard.getImage(AbstractCard card)
Return the card's picture as it would be displayed in the board. |
java.awt.Image |
DatabaseCard.getScaledImage(AbstractCard card)
Return the scaled card's picture as it would be displayed in the board. |
| Uses of AbstractCard in net.sf.magicproject.stack |
|---|
| Fields in net.sf.magicproject.stack declared as AbstractCard | |
|---|---|
static AbstractCard |
StackManager.tokenCard
card representing card in stack |
| Methods in net.sf.magicproject.stack with parameters of type AbstractCard | |
|---|---|
void |
StackManager.abortion(AbstractCard card,
Ability source)
|
void |
StackContext.abortion(AbstractCard card,
Ability source)
Remove the specified card from the stack. |
static ActionManager |
StackManager.getActionManager(AbstractCard card)
Return the action context corresponding to the specified card. |
static StackContext |
StackManager.getContextOf(AbstractCard card)
Return the context associated to the given card. |
static int |
StackManager.getTotalManaCost(AbstractCard card)
Return total mana cost of the specified card. |
| Uses of AbstractCard in net.sf.magicproject.ui.wizard |
|---|
| Constructor parameters in net.sf.magicproject.ui.wizard with type arguments of type AbstractCard | |
|---|---|
Replacement(java.lang.String eventName,
java.util.List<? extends AbstractCard> triggeredCards)
Creates a new instance of Replacement |
|
| Uses of AbstractCard in net.sf.magicproject.zone |
|---|
| Methods in net.sf.magicproject.zone that return types with arguments of type AbstractCard | |
|---|---|
java.util.List<AbstractCard> |
ZoneSector.getCards()
Return the cards in this sector. |
| Methods in net.sf.magicproject.zone with parameters of type AbstractCard | |
|---|---|
boolean |
ZoneSector.remove(AbstractCard card)
Remove the card from the list. |
void |
Play.remove(AbstractCard card)
|
void |
MZone.remove(AbstractCard card)
Add a card to this panel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||