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 class
CustomTile
Resizable, customizable tiles that can be placed in a deck.class
OutlinedTile
A tile with a static outline.class
RotatableTile
A 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.BufferedImage
TileProvider. createTileImage(Tile tile)
Creates an new image and paints the current tile content on it.
-