FhrPdfView constructor

FhrPdfView(
  1. int lengthOfTest
)

Initializes the FhrPdfView with the given length of the test. lengthOfTest is the duration of the test in seconds.

Implementation

FhrPdfView(int lengthOfTest) {
  initialize(lengthOfTest);
}