Package view.overlays.menuOverlays
Class MenuScoreBoardOverlayView
java.lang.Object
view.overlays.menuOverlays.MenuOverlayView
view.overlays.menuOverlays.MenuScoreBoardOverlayView
The MenuScoreBoardOverlayView class represents the overlay view of the
MenuScoreBoardOverlayModel class.
It handles drawing the title, command, and user information on the screen.-
Field Summary
Fields inherited from class view.overlays.menuOverlays.MenuOverlayView
nesFont, retroFont -
Constructor Summary
ConstructorsConstructorDescriptionMenuScoreBoardOverlayView(MenuScoreBoardOverlayModel menuScoreBoardOverlayModel) Constructs a MenuScoreBoardOverlayView with the specified MenuScoreBoardOverlayModel. -
Method Summary
-
Constructor Details
-
MenuScoreBoardOverlayView
Constructs a MenuScoreBoardOverlayView with the specified MenuScoreBoardOverlayModel.- Parameters:
menuScoreBoardOverlayModel- the model of the scoreboard overlay
-
-
Method Details
-
draw
Draws the scoreboard overlay on the screen.- Specified by:
drawin classMenuOverlayView- Parameters:
g- the Graphics object to draw with
-