[card.plugin] Symbols support: download and display. Please try it, if you don't like it, will remove or make configurable. Thanks to SillyFreak (Laterna Magica) for GathererSymbols downloader code.

This commit is contained in:
magenoxx 2010-11-24 08:20:46 +00:00
parent 7d9d2bc744
commit c650c43f94
35 changed files with 1758 additions and 25 deletions

View file

@ -28,4 +28,5 @@ public interface CardPlugin extends Plugin {
MagePermanent getMageCard(CardView permanent, CardDimensions dimension, UUID gameId, ActionCallback callback);
void sortPermanents(Map<String, JComponent> ui, Collection<MagePermanent> cards);
void downloadImages(Set<Card> allCards);
void downloadSymbols();
}