FhrPdfView constructor
- 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);
}
Initializes the FhrPdfView with the given length of the test.
lengthOfTest
is the duration of the test in seconds.
FhrPdfView(int lengthOfTest) {
initialize(lengthOfTest);
}