Uses of Class
ca.cgjennings.apps.arkham.deck.item.DragHandle
-
Packages that use DragHandle Package Description ca.cgjennings.apps.arkham.deck.item -
-
Uses of DragHandle in ca.cgjennings.apps.arkham.deck.item
Fields in ca.cgjennings.apps.arkham.deck.item declared as DragHandle Modifier and Type Field Description protected DragHandle[]
AbstractItem. dragHandles
Methods in ca.cgjennings.apps.arkham.deck.item that return DragHandle Modifier and Type Method Description DragHandle[]
AbstractItem. getDragHandles()
Returns an array of the customDragHandle
s for this item.DragHandle[]
Curve. getDragHandles()
DragHandle[]
CustomTile. getDragHandles()
DragHandle[]
Line. getDragHandles()
DragHandle[]
PageItem. getDragHandles()
Returns an array of the customDragHandle
s for this item.DragHandle[]
RotatableTile. getDragHandles()
DragHandle[]
TextBox. getDragHandles()
-