Uses of Class
ca.cgjennings.apps.arkham.sheet.Sheet.DeckSnappingHint
-
Packages that use Sheet.DeckSnappingHint Package Description ca.cgjennings.apps.arkham.diy ca.cgjennings.apps.arkham.sheet -
-
Uses of Sheet.DeckSnappingHint in ca.cgjennings.apps.arkham.diy
Methods in ca.cgjennings.apps.arkham.diy that return Sheet.DeckSnappingHint Modifier and Type Method Description Sheet.DeckSnappingHint
DIY. getDeckSnappingHint()
Returns the deck snapping hint for the component.Sheet.DeckSnappingHint
DIYSheet. getDeckSnappingHint()
Methods in ca.cgjennings.apps.arkham.diy with parameters of type Sheet.DeckSnappingHint Modifier and Type Method Description void
DIY. setDeckSnappingHint(Sheet.DeckSnappingHint deckSnappingHint)
Sets the default deck snapping behaviour when the component is placed in a deck editor. -
Uses of Sheet.DeckSnappingHint in ca.cgjennings.apps.arkham.sheet
Methods in ca.cgjennings.apps.arkham.sheet that return Sheet.DeckSnappingHint Modifier and Type Method Description Sheet.DeckSnappingHint
Sheet. getDeckSnappingHint()
Returns a hint describing how this sheet should behave when snapped in a deck.static Sheet.DeckSnappingHint
Sheet.DeckSnappingHint. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Sheet.DeckSnappingHint[]
Sheet.DeckSnappingHint. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-