Package it.polimi.ingsw.Client.View
Class ScoreBoardView
java.lang.Object
it.polimi.ingsw.Client.View.ScoreBoardView
Implments ScoreBoard terminal view
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
print
(ScoreBoardInterface sbi, PrintWriter pw) Formulates ScoreBoard View Strategy, given the Interface
-
Constructor Details
-
ScoreBoardView
public ScoreBoardView()
-
-
Method Details
-
print
Formulates ScoreBoard View Strategy, given the Interface- Parameters:
sbi
- ScoreBoard Interfacepw
- the PrintWriter to write on
-