Uses of Class
ca.cgjennings.apps.arkham.deck.DeckEditor
-
Packages that use DeckEditor Package Description ca.cgjennings.apps.arkham.deck ca.cgjennings.apps.arkham.project -
-
Uses of DeckEditor in ca.cgjennings.apps.arkham.deck
Methods in ca.cgjennings.apps.arkham.deck that return DeckEditor Modifier and Type Method Description DeckEditor
Deck. createDefaultEditor()
Returns a new deck editor for this deck.Methods in ca.cgjennings.apps.arkham.deck with parameters of type DeckEditor Modifier and Type Method Description static void
PDFPrintSupport. printToPDF(DeckEditor deckEditor, java.io.File pdfFile)
Prints a the contents of a deck to a PDF file. -
Uses of DeckEditor in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project with parameters of type DeckEditor Modifier and Type Method Description void
DeckPacker. createLayout(DeckEditor deckEditor)
Create a deck layout using the current cards and layout options.
-