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 PageItem
Page. 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.SnapClass
AbstractItem. snapClass
Fields 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_ANY
APageItem.SnapClass
set for items that will snap against anything.static java.util.EnumSet<PageItem.SnapClass>
PageItem.SnapClass. SNAP_SET_NONE
APageItem.SnapClass
set for items that do not snap but are always dropped in place.protected java.util.EnumSet<PageItem.SnapClass>
AbstractItem. snapToClasses
Methods in ca.cgjennings.apps.arkham.deck.item that return PageItem.SnapClass Modifier and Type Method Description PageItem.SnapClass
AbstractItem. getSnapClass()
PageItem.SnapClass
PageItem. getSnapClass()
Get the class this item counts as for snapping.static PageItem.SnapClass
PageItem.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 void
AbstractItem. setSnapClass(PageItem.SnapClass snapClass)
void
PageItem. 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 void
AbstractItem. setClassesSnappedTo(java.util.EnumSet<PageItem.SnapClass> snapClasses)
void
PageItem. 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.SnapClass
Sheet.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.SnapClass
TileSet.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.
-