public class PdfReport extends Object
| Constructor and Description |
|---|
PdfReport(Collector collector,
boolean collectorServer,
List<JavaInformations> javaInformationsList,
Period period,
OutputStream output) |
PdfReport(Collector collector,
boolean collectorServer,
List<JavaInformations> javaInformationsList,
Range range,
OutputStream output) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static String |
getFileName(String application) |
void |
preInitGraphs(Map<String,byte[]> newSmallGraphs,
Map<String,byte[]> newSmallOtherGraphs,
Map<String,byte[]> newLargeGraphs) |
void |
setCounterRange(Range counterRange) |
void |
setCurrentRequests(List<CounterRequestContext> currentRequests) |
static boolean |
shouldUseEnglishInsteadOfUkrainian() |
void |
toPdf() |
public PdfReport(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Range range, OutputStream output) throws IOException
IOExceptionpublic PdfReport(Collector collector, boolean collectorServer, List<JavaInformations> javaInformationsList, Period period, OutputStream output) throws IOException
IOExceptionpublic static boolean shouldUseEnglishInsteadOfUkrainian()
public void toPdf()
throws IOException
IOExceptionpublic void preInitGraphs(Map<String,byte[]> newSmallGraphs, Map<String,byte[]> newSmallOtherGraphs, Map<String,byte[]> newLargeGraphs)
public void setCounterRange(Range counterRange)
public void setCurrentRequests(List<CounterRequestContext> currentRequests)
public void close()
throws IOException
IOExceptionCopyright © 2008–2019 Emeric Vernat. All rights reserved.