Uses of Interface
ca.cgjennings.apps.arkham.deck.item.StyleApplicator
-
Packages that use StyleApplicator Package Description ca.cgjennings.apps.arkham.deck ca.cgjennings.apps.arkham.deck.item gamedata -
-
Uses of StyleApplicator in ca.cgjennings.apps.arkham.deck
Methods in ca.cgjennings.apps.arkham.deck that return StyleApplicator Modifier and Type Method Description StyleApplicator
Deck. getDefaultStyleApplicator()
Returns the default item style applicator that will be used to apply a style to newly added deck items. -
Uses of StyleApplicator in ca.cgjennings.apps.arkham.deck.item
Classes in ca.cgjennings.apps.arkham.deck.item that implement StyleApplicator Modifier and Type Class Description class
StyleCapture
A style capture can collect a composite of the styles of one or more items, and can optionally apply those styles to another set of items. -
Uses of StyleApplicator in gamedata
Methods in gamedata that return StyleApplicator Modifier and Type Method Description StyleApplicator
Game. getDefaultDeckStyleApplicator()
Returns the default style applicator used to modify the style of new objects that are added to a deck for this game.Methods in gamedata with parameters of type StyleApplicator Modifier and Type Method Description void
Game. setDefaultDeckStyleApplicator(StyleApplicator applicator)
Sets the applicator that will be used to apply default style settings to objects that are added to a deck for this game.
-