|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CardImages | |
ks.common.games | Core set of classes that define the structure of Solitaire Plugins and the way they are played. |
ks.common.view | Core set of classes needed to properly view KombatSolitaire Plugins. |
Uses of CardImages in ks.common.games |
Methods in ks.common.games that return CardImages | |
CardImages |
Solitaire.getCardImages()
Return the specific card images to use when calculating the dimensions within the View. |
Uses of CardImages in ks.common.view |
Methods in ks.common.view that return CardImages | |
CardImages |
Widget.getCardImages()
Return the Cards of this widget. |
CardImages |
Container.getCardImages()
Return the card images associated with this container. |
static CardImages |
CardImagesLoader.getDeck(java.awt.Component peer,
java.lang.String deckName)
Return CardImages object for this deck (whether in cache or freshly loaded). |
static CardImages |
CardImagesLoader.getDeck(java.awt.Component peer,
java.lang.String deckName,
ICardImagesStatus output)
Return CardImages object for this deck (whether in cache or freshly loaded) using given ICardImageStatus observer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |