Package it.polimi.ingsw.Client.View
Class PersonalGoalCardView
java.lang.Object
it.polimi.ingsw.Client.View.PersonalGoalCardView
Implements effective Personal Goal Card terminal view
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBuilds Personal Goal Card string for MultipleView Printingstatic void
print
(PersonalGoalCardInterface pgc, PrintWriter pw) Prints a PersonalGoalCard on a PrintWriter
-
Constructor Details
-
PersonalGoalCardView
public PersonalGoalCardView()
-
-
Method Details
-
print
Prints a PersonalGoalCard on a PrintWriter- Parameters:
pgc
- the Personal Goal Card to printpw
- the PrintWriter to use
-
buildString
Builds Personal Goal Card string for MultipleView Printing- Parameters:
pgc
- Personal Goal Card Interface- Returns:
- Built string
-