Uses of Class
VASSAL.build.module.gamepieceimage.GamePieceLayout
Package | Description |
---|---|
VASSAL.build.module.gamepieceimage |
-
Uses of GamePieceLayout in VASSAL.build.module.gamepieceimage
Fields in VASSAL.build.module.gamepieceimage declared as GamePieceLayout Modifier and Type Field Description protected GamePieceLayout
GamePieceImage. layout
protected GamePieceLayout
Item. layout
protected GamePieceLayout
LayoutConfigurer. layout
Fields in VASSAL.build.module.gamepieceimage with type parameters of type GamePieceLayout Modifier and Type Field Description protected Map<String,GamePieceLayout>
GamePieceLayoutsContainer. definitions
Methods in VASSAL.build.module.gamepieceimage that return GamePieceLayout Modifier and Type Method Description protected GamePieceLayout
GamePieceLayoutsContainer. getDefinition(String name)
GamePieceLayout
GamePieceImage. getLayout()
protected GamePieceLayout
Item. getLayout()
Methods in VASSAL.build.module.gamepieceimage with parameters of type GamePieceLayout 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)
Constructors in VASSAL.build.module.gamepieceimage with parameters of type GamePieceLayout Constructor Description GamePieceImage(GamePieceLayout l)
ImageItem(GamePieceLayout l)
ImageItem(GamePieceLayout l, String n)
Item(GamePieceLayout l)
LayoutConfigurer(String key, String name, GamePieceLayout def)
ShapeItem(GamePieceLayout l)
ShapeItem(GamePieceLayout l, String n)
SymbolItem(GamePieceLayout l)
SymbolItem(GamePieceLayout l, String nam)
TextBoxItem(GamePieceLayout l)
TextBoxItem(GamePieceLayout l, String n)
TextItem(GamePieceLayout l)
TextItem(GamePieceLayout l, String nam)