Uses of Class
ca.cgjennings.apps.arkham.project.DeckPacker.Card
-
Packages that use DeckPacker.Card Package Description ca.cgjennings.apps.arkham.project -
-
Uses of DeckPacker.Card in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project that return DeckPacker.Card Modifier and Type Method Description protected DeckPacker.Card[]
DeckPacker. getSortedCards(java.util.Comparator<DeckPacker.Card> comp)
Returns an array of the cards that have been added for layout.Methods in ca.cgjennings.apps.arkham.project with parameters of type DeckPacker.Card Modifier and Type Method Description protected void
DeckPacker. addCard(DeckPacker.Card c)
Adds a card to the internal list of cards to include in the layout.int
DeckPacker.Card. compareTo(DeckPacker.Card o)
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.protected void
DeckPacker. prepareCard(DeckPacker.Card c)
This method prepares cards for layout once all of the layout requirements are known.Method parameters in ca.cgjennings.apps.arkham.project with type arguments of type DeckPacker.Card Modifier and Type Method Description protected DeckPacker.Card[]
DeckPacker. getSortedCards(java.util.Comparator<DeckPacker.Card> comp)
Returns an array of the cards that have been added for layout.
-