Package src.view

Class CinemaView

Object
MainView
CinemaView

public class CinemaView extends MainView
View class for handling all UI related to Cinema
Version:
1.0
Author:
Lee Juin, Jerick
  • Constructor Details

    • CinemaView

      public CinemaView(Cineplex cineplex, Movie movie, MovieGoer movieGoer)
      Constructor
      Parameters:
      cineplex - is the cineplex for the cinema to be viewed
      movie - is the movie selected by the Movie Goer
      movieGoer - is the target Movie Goer
  • Method Details

    • printCinemas

      public void printCinemas()
      Front-end handler to handle the printing of the different types of cinema showing the movie selected
    • printMenu

      public void printMenu()
      Standard function to print the menu for user to choose the next action
      Specified by:
      printMenu in class MainView
    • appContent

      public void appContent()
      Main content of the UI
      Specified by:
      appContent in class MainView