forked from External/mage
build fix
This commit is contained in:
parent
4e1901166b
commit
c09215a7f3
1 changed files with 1 additions and 1 deletions
|
|
@ -0,0 +1,17 @@
|
|||
package mage.client.util.layout;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
/**
|
||||
* Interface for operations that modify cards' layout
|
||||
*
|
||||
* @author noxx
|
||||
*/
|
||||
public interface CardLayoutStrategy {
|
||||
|
||||
int getDefaultZOrder();
|
||||
|
||||
void onAdd(JLayeredPane jLayeredPane);
|
||||
|
||||
void doLayout(JLayeredPane jLayeredPane, int battlefieldWidth);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue