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.DeckSnappingHintDIY. getDeckSnappingHint()Returns the deck snapping hint for the component.Sheet.DeckSnappingHintDIYSheet. getDeckSnappingHint()Methods in ca.cgjennings.apps.arkham.diy with parameters of type Sheet.DeckSnappingHint Modifier and Type Method Description voidDIY. 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.DeckSnappingHintSheet. getDeckSnappingHint()Returns a hint describing how this sheet should behave when snapped in a deck.static Sheet.DeckSnappingHintSheet.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.
-