Uses of Class
com.itextpdf.commons.actions.AbstractStatisticsAggregator
-
Uses of AbstractStatisticsAggregator in com.itextpdf.commons.actions
Modifier and TypeMethodDescriptionAbstractStatisticsEvent.createStatisticsAggregatorFromName
(String statisticsName) Creates statistics aggregator based on provided statistics name.Modifier and TypeMethodDescriptionabstract void
AbstractStatisticsAggregator.merge
(AbstractStatisticsAggregator aggregator) Merges data from the provided aggregator into this aggregator. -
Uses of AbstractStatisticsAggregator in com.itextpdf.kernel.pdf.statistics
Modifier and TypeClassDescriptionclass
Statistics aggregator which aggregates number of pages in PDF documents.class
Statistics aggregator which aggregates size of PDF documents.Modifier and TypeMethodDescriptionNumberOfPagesStatisticsEvent.createStatisticsAggregatorFromName
(String statisticsName) Creates statistics aggregator based on provided statistics name.SizeOfPdfStatisticsEvent.createStatisticsAggregatorFromName
(String statisticsName) Creates statistics aggregator based on provided statistics name.Modifier and TypeMethodDescriptionvoid
NumberOfPagesStatisticsAggregator.merge
(AbstractStatisticsAggregator aggregator) Merges data about amounts of ranges of pages from the provided aggregator into this aggregator.void
SizeOfPdfStatisticsAggregator.merge
(AbstractStatisticsAggregator aggregator) Merges data about amounts of ranges of document sizes from the provided aggregator into this aggregator.