forked from External/mage
Moved Mage.Common classes from src to src/main/java
This commit is contained in:
parent
e9d31aa93c
commit
21eb420c16
102 changed files with 0 additions and 0 deletions
17
Mage.Common/src/main/java/mage/components/CardInfoPane.java
Normal file
17
Mage.Common/src/main/java/mage/components/CardInfoPane.java
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
package mage.components;
|
||||
|
||||
import mage.view.CardView;
|
||||
|
||||
import java.awt.*;
|
||||
|
||||
/**
|
||||
* Card info pane for displaying card rules.
|
||||
* Supports drawing mana symbols.
|
||||
*
|
||||
* @author nantuko
|
||||
*/
|
||||
public interface CardInfoPane {
|
||||
|
||||
void setCard(CardView card, Component container);
|
||||
boolean isCurrentCard (CardView card);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue