Uses of Class
ca.cgjennings.apps.arkham.deck.item.PageItem.SnapClass
-
Packages that use PageItem.SnapClass Package Description ca.cgjennings.apps.arkham.deck ca.cgjennings.apps.arkham.deck.item ca.cgjennings.apps.arkham.sheet gamedata -
-
Uses of PageItem.SnapClass in ca.cgjennings.apps.arkham.deck
Method parameters in ca.cgjennings.apps.arkham.deck with type arguments of type PageItem.SnapClass Modifier and Type Method Description PageItemPage. getCardToSnapTo(PageItem card, java.util.EnumSet<PageItem.SnapClass> snapToClass) -
Uses of PageItem.SnapClass in ca.cgjennings.apps.arkham.deck.item
Fields in ca.cgjennings.apps.arkham.deck.item declared as PageItem.SnapClass Modifier and Type Field Description protected PageItem.SnapClassAbstractItem. snapClassFields in ca.cgjennings.apps.arkham.deck.item with type parameters of type PageItem.SnapClass Modifier and Type Field Description static java.util.EnumSet<PageItem.SnapClass>PageItem.SnapClass. SNAP_SET_ANYAPageItem.SnapClassset for items that will snap against anything.static java.util.EnumSet<PageItem.SnapClass>PageItem.SnapClass. SNAP_SET_NONEAPageItem.SnapClassset for items that do not snap but are always dropped in place.protected java.util.EnumSet<PageItem.SnapClass>AbstractItem. snapToClassesMethods in ca.cgjennings.apps.arkham.deck.item that return PageItem.SnapClass Modifier and Type Method Description PageItem.SnapClassAbstractItem. getSnapClass()PageItem.SnapClassPageItem. getSnapClass()Get the class this item counts as for snapping.static PageItem.SnapClassPageItem.SnapClass. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PageItem.SnapClass[]PageItem.SnapClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.cgjennings.apps.arkham.deck.item that return types with arguments of type PageItem.SnapClass Modifier and Type Method Description java.util.EnumSet<PageItem.SnapClass>AbstractItem. getClassesSnappedTo()java.util.EnumSet<PageItem.SnapClass>PageItem. getClassesSnappedTo()Get the set of classes this card snaps against.Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type PageItem.SnapClass Modifier and Type Method Description voidAbstractItem. setSnapClass(PageItem.SnapClass snapClass)voidPageItem. setSnapClass(PageItem.SnapClass snapClass)Set the class this item counts as for snapping.Method parameters in ca.cgjennings.apps.arkham.deck.item with type arguments of type PageItem.SnapClass Modifier and Type Method Description voidAbstractItem. setClassesSnappedTo(java.util.EnumSet<PageItem.SnapClass> snapClasses)voidPageItem. setClassesSnappedTo(java.util.EnumSet<PageItem.SnapClass> snapClass)Set the set of classes this card snaps against. -
Uses of PageItem.SnapClass in ca.cgjennings.apps.arkham.sheet
Methods in ca.cgjennings.apps.arkham.sheet that return PageItem.SnapClass Modifier and Type Method Description PageItem.SnapClassSheet.DeckSnappingHint. getDefaultSnapClass()Returns the default snap class assigned to page items with this hint.Methods in ca.cgjennings.apps.arkham.sheet that return types with arguments of type PageItem.SnapClass Modifier and Type Method Description java.util.EnumSet<PageItem.SnapClass>Sheet.DeckSnappingHint. getDefaultClassesSnappedTo()Returns the default snap classes snapped to by page items with this hint. -
Uses of PageItem.SnapClass in gamedata
Methods in gamedata that return PageItem.SnapClass Modifier and Type Method Description PageItem.SnapClassTileSet.Entry. getSnapClass()Returns the snap class of the tile; this describes the default behaviour of the tile when it is snapped against other deck objects.
-