|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PosCard | |
---|---|
sjrd.tricktakinggame.gui.carddisplayers |
Uses of PosCard in sjrd.tricktakinggame.gui.carddisplayers |
---|
Fields in sjrd.tricktakinggame.gui.carddisplayers with type parameters of type PosCard | |
---|---|
private List<PosCard> |
CardsDisplayPanel.cards
Cartes affichées |
Methods in sjrd.tricktakinggame.gui.carddisplayers that return types with arguments of type PosCard | |
---|---|
static Collection<PosCard> |
PosCard.cardCollectionToPosCardCollection(Collection<? extends Card> cards)
Construit une collection de cartes en cartes avec positions Les positions associées aux cartes sont les index de celles-ci dans la collection, dans l'ordre renvoyé par l'itérateur associé. |
List<PosCard> |
CardsDisplayWindow.getCards()
|
List<PosCard> |
CardsDisplayPanel.getCards()
Récupère la liste des cartes affichées |
Method parameters in sjrd.tricktakinggame.gui.carddisplayers with type arguments of type PosCard | |
---|---|
void |
CardsDisplayWindow.setCards(Collection<? extends PosCard> value)
|
void |
CardsDisplayPanel.setCards(Collection<? extends PosCard> value)
Met à jour les cartes à afficher |
Constructor parameters in sjrd.tricktakinggame.gui.carddisplayers with type arguments of type PosCard | |
---|---|
CardsDisplayPanel(CardDisplayer aCardDisplayer,
Collection<? extends PosCard> aCards)
Crée le panel avec une liste préétablie de cartes à afficher |
|
CardsDisplayPanel(CardDisplayer aCardDisplayer,
int aPlaceCount,
Collection<? extends PosCard> aCards)
Crée le panel avec une liste préétablie de cartes à afficher |
|
CircleCardsDisplayPanel(CardDisplayer aCardDisplayer,
Collection<? extends PosCard> aCards)
Crée le panel avec une liste préétablie de cartes à afficher |
|
CircleCardsDisplayPanel(CardDisplayer aCardDisplayer,
int aPlaceCount,
Collection<? extends PosCard> aCards)
Crée le panel avec une liste préétablie de cartes à afficher |
|
HorizontalCardsDisplayPanel(CardDisplayer aCardDisplayer,
Collection<? extends PosCard> aCards)
Crée le panel avec une liste préétablie de cartes à afficher |
|
HorizontalCardsDisplayPanel(CardDisplayer aCardDisplayer,
int aPlaceCount,
Collection<? extends PosCard> aCards)
Crée le panel avec une liste préétablie de cartes à afficher |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |