Uses of Class
ca.cgjennings.apps.arkham.deck.item.Tile
-
Packages that use Tile Package Description ca.cgjennings.apps.arkham.deck.item -
-
Uses of Tile in ca.cgjennings.apps.arkham.deck.item
Subclasses of Tile in ca.cgjennings.apps.arkham.deck.item Modifier and Type Class Description classCustomTileResizable, customizable tiles that can be placed in a deck.classOutlinedTileA tile with a static outline.classRotatableTileA tile that can be rotated to an arbitrary angle.Methods in ca.cgjennings.apps.arkham.deck.item with parameters of type Tile Modifier and Type Method Description java.awt.image.BufferedImageTileProvider. createTileImage(Tile tile)Creates an new image and paints the current tile content on it.
-