Uses of Class
ca.cgjennings.apps.arkham.deck.Deck
-
Packages that use Deck Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.deck ca.cgjennings.apps.arkham.deck.item ca.cgjennings.apps.arkham.project -
-
Uses of Deck in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return Deck Modifier and Type Method Description Deck
ContextBar.Context. getDeck()
If the target is a page in a deck, returns theDeck
. -
Uses of Deck in ca.cgjennings.apps.arkham.deck
Methods in ca.cgjennings.apps.arkham.deck that return Deck Modifier and Type Method Description Deck
Deck. clone()
Deck
DeckEditor. getDeck()
Return the deck instance the editor controls for non-interactive editing.Deck
Page. getDeck()
Methods in ca.cgjennings.apps.arkham.deck with parameters of type Deck Modifier and Type Method Description void
Deck.SelectionChangeListener. deckSelectionChanged(Deck source)
void
DeckEditor. handleOpenRequest(Deck newCharacter, java.io.File path)
void
DeckEditor. replaceEditedComponent(Deck newCharacter)
void
DeckEditor. setGameComponent(Deck component)
Constructors in ca.cgjennings.apps.arkham.deck with parameters of type Deck Constructor Description DeckEditor(Deck d)
Creates a new deck editor for the specifiedDeck
.Page(Deck deck)
-
Uses of Deck in ca.cgjennings.apps.arkham.deck.item
Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type Deck Modifier and Type Method Description void
Group. addToSelection(Deck d)
void
SimpleGroup. addToSelection(Deck d)
void
Group. removeFromSelection(Deck d)
void
SimpleGroup. removeFromSelection(Deck d)
-
Uses of Deck in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project that return Deck Modifier and Type Method Description Deck
DeckPacker. createLayout()
Create a deck layout using the current cards and layout options.Methods in ca.cgjennings.apps.arkham.project with parameters of type Deck Modifier and Type Method Description protected void
DeckPacker. layout(Deck deck)
Lays out a prepared deck and set of cards.protected void
DeckPacker. place(Deck deck, int pageIndex, DeckPacker.Card c, double x, double y)
Places a card into a deck on a given page and position.
-