Uses of Class
VASSAL.build.module.gamepieceimage.Item
Package | Description |
---|---|
VASSAL.build.module.gamepieceimage |
-
Uses of Item in VASSAL.build.module.gamepieceimage
Subclasses of Item in VASSAL.build.module.gamepieceimage Modifier and Type Class Description class
ImageItem
class
ShapeItem
class
SymbolItem
class
TextBoxItem
class
TextItem
Fields in VASSAL.build.module.gamepieceimage declared as Item Modifier and Type Field Description protected Item
ItemInstance. item
Fields in VASSAL.build.module.gamepieceimage with type parameters of type Item Modifier and Type Field Description protected List<Item>
GamePieceLayout. items
Methods in VASSAL.build.module.gamepieceimage that return Item Modifier and Type Method Description static Item
ImageItem. decode(GamePieceLayout l, String s)
static Item
Item. decode(GamePieceLayout layout, String s)
static Item
ShapeItem. decode(GamePieceLayout l, String s)
static Item
SymbolItem. decode(GamePieceLayout l, String s)
static Item
TextBoxItem. decode(GamePieceLayout l, String s)
static Item
TextItem. decode(GamePieceLayout l, String s)
protected Item
GamePieceLayout. getItem(int n)
protected Item
GamePieceLayout. getItem(String name)
Item
ItemInstance. getItem()
Methods in VASSAL.build.module.gamepieceimage that return types with arguments of type Item Modifier and Type Method Description List<Item>
GamePieceLayout. getItems()
Methods in VASSAL.build.module.gamepieceimage with parameters of type Item Modifier and Type Method Description void
GamePieceLayout. addItem(Item i)
protected void
LayoutConfigurer.ItemPanel. addItem(Item item)
Point
GamePieceLayout. getPosition(Item item)