iText 8.0.2 API
|
Abstract class which defines statistics event. More...
Public Member Functions |
|
virtual AbstractStatisticsAggregator | CreateStatisticsAggregatorFromName (String statisticsName) |
Creates statistics aggregator based on provided statistics name. More... |
|
abstract IList< String > | GetStatisticsNames () |
Gets all statistics names related to this event. More... |
|
![]() |
|
virtual ProductData | GetProductData () |
Gets a product data which generated the event. More... |
|
virtual String | GetProductName () |
Gets a name of product which generated the event. More... |
|
Abstract class which defines statistics event.
Abstract class which defines statistics event. Only for internal usage.
|
inlinevirtual |
Creates statistics aggregator based on provided statistics name.
Creates statistics aggregator based on provided statistics name. By default prints log warning and returns null
.
statisticsName | name of statistics based on which aggregator will be created. Shall be one of those returned from GetStatisticsNames() |
Reimplemented in iText.Kernel.Pdf.Statistics.NumberOfPagesStatisticsEvent, and iText.Kernel.Pdf.Statistics.SizeOfPdfStatisticsEvent.
|
pure virtual |
Gets all statistics names related to this event.
System.Collections.IList
Implemented in iText.Kernel.Pdf.Statistics.NumberOfPagesStatisticsEvent, and iText.Kernel.Pdf.Statistics.SizeOfPdfStatisticsEvent.