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 AbstractStatisticsAggregatorAbstractStatisticsEvent. 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 voidAbstractStatisticsAggregator. 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 classNumberOfPagesStatisticsAggregatorStatistics aggregator which aggregates number of pages in PDF documents.classSizeOfPdfStatisticsAggregatorStatistics aggregator which aggregates size of PDF documents.Methods in com.itextpdf.kernel.pdf.statistics that return AbstractStatisticsAggregator Modifier and Type Method Description AbstractStatisticsAggregatorNumberOfPagesStatisticsEvent. createStatisticsAggregatorFromName(java.lang.String statisticsName)Creates statistics aggregator based on provided statistics name.AbstractStatisticsAggregatorSizeOfPdfStatisticsEvent. 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 voidNumberOfPagesStatisticsAggregator. merge(AbstractStatisticsAggregator aggregator)Merges data about amounts of ranges of pages from the provided aggregator into this aggregator.voidSizeOfPdfStatisticsAggregator. merge(AbstractStatisticsAggregator aggregator)Merges data about amounts of ranges of document sizes from the provided aggregator into this aggregator.
-