Class OverlayCampInfoDisplayWithParticipantsViewStudentView


public class OverlayCampInfoDisplayWithParticipantsViewStudentView extends OverlayCampInfoDisplayWithParticipantsView
Extension of OverlayCampInfoDisplayWithParticipantsView customized for student view.
  • Constructor Details

    • OverlayCampInfoDisplayWithParticipantsViewStudentView

      public OverlayCampInfoDisplayWithParticipantsViewStudentView(int x, int y, int offsetY, int offsetX, String windowName, Camp camp)
      Constructs an OverlayCampInfoDisplayWithParticipantsViewStudentView object.
      Parameters:
      x - The x-coordinate position.
      y - The y-coordinate position.
      offsetY - The y-coordinate offset.
      offsetX - The x-coordinate offset.
      windowName - The name of the overlay window.
      camp - The camp app.entity containing information to be displayed.
  • Method Details