public class SizeOfPdfStatisticsAggregator extends AbstractStatisticsAggregator
| Constructor and Description |
|---|
SizeOfPdfStatisticsAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(AbstractStatisticsEvent event)
Aggregates size of the PDF document from the provided event.
|
void |
merge(AbstractStatisticsAggregator aggregator)
Merges data about amounts of ranges of document sizes from the provided aggregator into this aggregator.
|
Object |
retrieveAggregation()
Retrieves Map where keys are ranges of document sizes and values are the amounts of such PDF documents.
|
public void aggregate(AbstractStatisticsEvent event)
aggregate in class AbstractStatisticsAggregator
event - SizeOfPdfStatisticsEvent instance
public Object retrieveAggregation()
retrieveAggregation in class AbstractStatisticsAggregator
Map
public void merge(AbstractStatisticsAggregator aggregator)
merge in class AbstractStatisticsAggregator
aggregator - SizeOfPdfStatisticsAggregator from which data will be taken.
Copyright © 1998–2022 iText Group NV. All rights reserved.