Class PersonalGoalCardView

java.lang.Object
it.polimi.ingsw.Client.View.PersonalGoalCardView

public class PersonalGoalCardView extends Object
Implements effective Personal Goal Card terminal view
  • Constructor Details

    • PersonalGoalCardView

      public PersonalGoalCardView()
  • Method Details

    • print

      public static void print(PersonalGoalCardInterface pgc, PrintWriter pw)
      Prints a PersonalGoalCard on a PrintWriter
      Parameters:
      pgc - the Personal Goal Card to print
      pw - the PrintWriter to use
    • buildString

      public static List<String> buildString(PersonalGoalCardInterface pgc)
      Builds Personal Goal Card string for MultipleView Printing
      Parameters:
      pgc - Personal Goal Card Interface
      Returns:
      Built string