Uses of Class
VASSAL.build.module.gamepieceimage.GamePieceImage
Packages that use GamePieceImage
-
Uses of GamePieceImage in VASSAL.build.module.gamepieceimage
Fields in VASSAL.build.module.gamepieceimage declared as GamePieceImageModifier and TypeFieldDescriptionprotected GamePieceImage
InstanceConfigurer.defn
protected GamePieceImage
ItemInstance.defn
protected GamePieceImage
GamePieceLayout.imageDefn
Methods in VASSAL.build.module.gamepieceimage that return GamePieceImageModifier and TypeMethodDescriptionGamePieceImageDefinitions.getGenericDefn
(String defnName) GamePieceLayout.getGenericDefn
(String defnName) GamePieceLayoutsContainer.getGenericDefn
(String defnName) Methods in VASSAL.build.module.gamepieceimage with parameters of type GamePieceImageModifier and TypeMethodDescriptionGamePieceLayout.buildImage
(GamePieceImage defn) void
ImageItem.draw
(Graphics g, GamePieceImage defn) abstract void
Item.draw
(Graphics g, GamePieceImage defn) Implemented by subclass to draw itself.void
ShapeItem.draw
(Graphics g, GamePieceImage defn) void
SymbolItem.draw
(Graphics g, GamePieceImage defn) void
TextBoxItem.draw
(Graphics g, GamePieceImage defn) void
TextItem.draw
(Graphics g, GamePieceImage defn) protected void
ImageItem.loadImage
(GamePieceImage defn) void
GamePieceLayout.setImageDefn
(GamePieceImage d) static List
<ItemInstance> InstanceConfigurer.StringToProperties
(String s, GamePieceImage defn) Constructors in VASSAL.build.module.gamepieceimage with parameters of type GamePieceImageModifierConstructorDescriptionGamePieceImage
(GamePieceImage defn) ImageItemInstance
(String code, GamePieceImage defn) protected
InstanceConfigurer
(String key, String name, GamePieceImage defn) ItemInstance
(GamePieceImage defn) ShapeItemInstance
(String code, GamePieceImage defn) SymbolItemInstance
(String code, GamePieceImage defn) TextBoxItemInstance
(String code, GamePieceImage defn) TextItemInstance
(String code, GamePieceImage defn)