Uses of Class
VASSAL.build.module.gamepieceimage.GamePieceLayout
Packages that use GamePieceLayout
-
Uses of GamePieceLayout in VASSAL.build.module.gamepieceimage
Fields in VASSAL.build.module.gamepieceimage declared as GamePieceLayoutModifier and TypeFieldDescriptionprotected GamePieceLayout
GamePieceImage.layout
protected GamePieceLayout
Item.layout
protected GamePieceLayout
LayoutConfigurer.layout
Fields in VASSAL.build.module.gamepieceimage with type parameters of type GamePieceLayoutModifier and TypeFieldDescriptionprotected Map
<String, GamePieceLayout> GamePieceLayoutsContainer.definitions
Methods in VASSAL.build.module.gamepieceimage that return GamePieceLayoutModifier and TypeMethodDescriptionprotected GamePieceLayout
GamePieceLayoutsContainer.getDefinition
(String name) GamePieceImage.getLayout()
protected GamePieceLayout
Item.getLayout()
Methods in VASSAL.build.module.gamepieceimage with parameters of type GamePieceLayoutModifier and TypeMethodDescriptionstatic 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 GamePieceLayoutModifierConstructorDescriptionImageItem
(GamePieceLayout l, String n) protected
LayoutConfigurer
(String key, String name, GamePieceLayout def) ShapeItem
(GamePieceLayout l, String n) SymbolItem
(GamePieceLayout l, String nam) TextBoxItem
(GamePieceLayout l, String n) TextItem
(GamePieceLayout l, String nam)