Uses of Class
com.itextpdf.commons.actions.AbstractStatisticsAggregator
-
Packages that use AbstractStatisticsAggregator Package Description com.itextpdf.commons.actions com.itextpdf.kernel.pdf.statistics -
-
Uses of AbstractStatisticsAggregator in com.itextpdf.commons.actions
Methods in com.itextpdf.commons.actions that return AbstractStatisticsAggregator Modifier and Type Method Description AbstractStatisticsAggregator
AbstractStatisticsEvent. createStatisticsAggregatorFromName(java.lang.String statisticsName)
Creates statistics aggregator based on provided statistics name.Methods in com.itextpdf.commons.actions with parameters of type AbstractStatisticsAggregator Modifier and Type Method Description abstract void
AbstractStatisticsAggregator. merge(AbstractStatisticsAggregator aggregator)
Merges data from the provided aggregator into this aggregator. -
Uses of AbstractStatisticsAggregator in com.itextpdf.kernel.pdf.statistics
Subclasses of AbstractStatisticsAggregator in com.itextpdf.kernel.pdf.statistics Modifier and Type Class Description class
NumberOfPagesStatisticsAggregator
Statistics aggregator which aggregates number of pages in PDF documents.class
SizeOfPdfStatisticsAggregator
Statistics aggregator which aggregates size of PDF documents.Methods in com.itextpdf.kernel.pdf.statistics that return AbstractStatisticsAggregator Modifier and Type Method Description AbstractStatisticsAggregator
NumberOfPagesStatisticsEvent. createStatisticsAggregatorFromName(java.lang.String statisticsName)
Creates statistics aggregator based on provided statistics name.AbstractStatisticsAggregator
SizeOfPdfStatisticsEvent. createStatisticsAggregatorFromName(java.lang.String statisticsName)
Creates statistics aggregator based on provided statistics name.Methods in com.itextpdf.kernel.pdf.statistics with parameters of type AbstractStatisticsAggregator Modifier and Type Method Description void
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.
-