public abstract class AbstractStatisticsEvent extends AbstractProductITextEvent
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStatisticsEvent(ProductData productData)
Creates instance of abstract statistics iText event based on passed product data.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractStatisticsAggregator |
createStatisticsAggregatorFromName(String statisticsName)
Creates statistics aggregator based on provided statistics name.
|
abstract List<String> |
getStatisticsNames()
Gets all statistics names related to this event.
|
getProductData, getProductNameprotected AbstractStatisticsEvent(ProductData productData)
productData - is a description of the product which has generated an event
public AbstractStatisticsAggregator createStatisticsAggregatorFromName(String statisticsName)
null.
statisticsName - name of statistics based on which aggregator will be created. Shall be one of those returned from getStatisticsNames()
AbstractStatisticsAggregator
Copyright © 1998–2022 iText Group NV. All rights reserved.