Class PdfReport
java.lang.Object
net.bull.javamelody.internal.web.pdf.PdfReport
Rapport pdf (avec iText v2.1.7).
- Author:
- Emeric Vernat
-
Constructor Summary
ConstructorsConstructorDescriptionPdfReport(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Period period, OutputStream output) PdfReport(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Range range, OutputStream output) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static StringgetFileName(String application) voidpreInitGraphs(Map<String, byte[]> newSmallGraphs, Map<String, byte[]> newSmallOtherGraphs, Map<String, byte[]> newLargeGraphs) voidsetCounterRange(Range counterRange) voidsetCurrentRequests(List<CounterRequestContext> currentRequests) static booleanvoidtoPdf()
-
Constructor Details
-
PdfReport
public PdfReport(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Range range, OutputStream output) throws IOException - Throws:
IOException
-
PdfReport
public PdfReport(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Period period, OutputStream output) throws IOException - Throws:
IOException
-
-
Method Details
-
getFileName
-
shouldUseEnglishInsteadOfUkrainian
public static boolean shouldUseEnglishInsteadOfUkrainian() -
toPdf
- Throws:
IOException
-
preInitGraphs
-
setCounterRange
-
setCurrentRequests
-
close
- Throws:
IOException
-