forked from External/mage
changed the type used in ImagePanel from an int to an enum
This commit is contained in:
parent
0a77c186be
commit
4aaf73e0d2
9 changed files with 61 additions and 56 deletions
8
Mage.Common/src/mage/components/ImagePanelStyle.java
Normal file
8
Mage.Common/src/mage/components/ImagePanelStyle.java
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package mage.components;
|
||||
|
||||
/**
|
||||
* Created by IGOUDT on 7-3-2017.
|
||||
*/
|
||||
public enum ImagePanelStyle {
|
||||
TILED, SCALED, ACTUAL
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue