Package | Description |
---|---|
com.itextpdf.kernel.log | |
com.itextpdf.kernel.pdf | |
com.itextpdf.pdfa |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCounter
Default implementation of the Counter interface that essentially doesn't do anything.
|
class |
NoOpCounter
Implementation of the Counter interface that doesn't do anything.
|
class |
SystemOutCounter
A Counter implementation that outputs information about read and written documents to System.out
|
Modifier and Type | Method and Description |
---|---|
Counter |
CounterFactory.getCounter()
Getter for the counter.
|
Counter |
SystemOutCounter.getCounter(Class> cls) |
Counter |
NoOpCounter.getCounter(Class> cls) |
Counter |
DefaultCounter.getCounter(Class> cls) |
static Counter |
CounterFactory.getCounter(Class> cls)
Returns a counter factory.
|
Counter |
Counter.getCounter(Class> cls)
Gets a Counter instance for a specific class.
|
Modifier and Type | Method and Description |
---|---|
void |
CounterFactory.setCounter(Counter counter)
Setter for the counter.
|
Modifier and Type | Method and Description |
---|---|
protected Counter |
PdfDocument.getCounter()
Gets Counter instance.
|
Modifier and Type | Method and Description |
---|---|
protected Counter |
PdfADocument.getCounter() |
Copyright © 1998–2018 iText Group NV. All rights reserved.