Class SBFFormationSpriteHandler

java.lang.Object
megamek.client.ui.swing.boardview.BoardViewSpriteHandler
megamek.client.ui.swing.boardview.SBFFormationSpriteHandler
All Implemented Interfaces:
EventListener, GameListener

public class SBFFormationSpriteHandler extends BoardViewSpriteHandler
  • Constructor Details

    • SBFFormationSpriteHandler

      public SBFFormationSpriteHandler(BoardView boardView, SBFClient client)
  • Method Details

    • update

      public void update()
      Clears the current sprites and creates new sprites for all formations.
    • setSelectedFormation

      public void setSelectedFormation(@Nullable SBFFormation formation)
      Sets the given formation as the selected formation and renews the sprites accordingly. The previously selected formation, if any, will no longer be selected. When the given formation is null, all formations will be deselected.
      Parameters:
      formation - The formation to draw as selected, or null for no selection
    • initialize

      public void initialize()
      Description copied from class: BoardViewSpriteHandler
      Override this method to perform start up steps such as registering it as a listener (doing this in the constructor is considered improper as the object is not fully constructed at that point).
      Specified by:
      initialize in class BoardViewSpriteHandler
    • dispose

      public void dispose()
      Description copied from class: BoardViewSpriteHandler
      Override this method to perform any clean up steps when this handler and its associated sprites are no longer needed, such as removing the handler as listener.
      Specified by:
      dispose in class BoardViewSpriteHandler
    • gameUnitChange

      public void gameUnitChange(GameEvent event)
      Description copied from interface: GameListener
      This event is used in SBF games when a unit (formation) changes.