Class SizeOfPdfStatisticsAggregator
java.lang.Object
com.itextpdf.commons.actions.AbstractStatisticsAggregator
com.itextpdf.kernel.pdf.statistics.SizeOfPdfStatisticsAggregator
Statistics aggregator which aggregates size of PDF documents.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.Retrieves Map where keys are ranges of document sizes and values are the amounts of such PDF documents.
-
Constructor Details
-
SizeOfPdfStatisticsAggregator
public SizeOfPdfStatisticsAggregator()
-
-
Method Details
-
aggregate
Aggregates size of the PDF document from the provided event.- Specified by:
-
aggregate
in classAbstractStatisticsAggregator
- Parameters:
-
event
-SizeOfPdfStatisticsEvent
instance
-
retrieveAggregation
Retrieves Map where keys are ranges of document sizes and values are the amounts of such PDF documents.- Specified by:
-
retrieveAggregation
in classAbstractStatisticsAggregator
- Returns:
-
aggregated
Map
-
merge
Merges data about amounts of ranges of document sizes from the provided aggregator into this aggregator.- Specified by:
-
merge
in classAbstractStatisticsAggregator
- Parameters:
-
aggregator
-SizeOfPdfStatisticsAggregator
from which data will be taken.
-