Package megamek.client.ui.widget
Class ProtoMekMapSet
java.lang.Object
megamek.client.ui.widget.ProtoMekMapSet
- All Implemented Interfaces:
DisplayMapSet
Class which keeps set of all areas required to represent ProtoMek unit within the
MekDisplay.ArmorPanel class.
-
Constructor Summary
ConstructorsConstructorDescriptionProtoMekMapSet
(JComponent c, UnitDisplayPanel unitDisplayPanel) This constructor can only be called from the addNotify method -
Method Summary
Modifier and TypeMethodDescriptionvoid
Show the diagram for the given ProtoMek.
-
Constructor Details
-
ProtoMekMapSet
This constructor can only be called from the addNotify method
-
-
Method Details
-
getContentGroup
- Specified by:
getContentGroup
in interfaceDisplayMapSet
-
getBackgroundDrawers
- Specified by:
getBackgroundDrawers
in interfaceDisplayMapSet
-
setEntity
Show the diagram for the given ProtoMek.- Specified by:
setEntity
in interfaceDisplayMapSet
- Parameters:
entity
- theEntity
to be displayed. This should be aProtoMek
unit.
-