Package | Description |
---|---|
com.itextpdf.text.log | |
com.itextpdf.text.pdf |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCounter
Implementation of the Counter interface that doesn't do anything.
|
class |
NoOpCounter
Implementation of the Counter interface that doesn't do anything.
|
class |
SysoCounter |
Modifier and Type | Method and Description |
---|---|
Counter |
CounterFactory.getCounter()
Getter for the counter.
|
Counter |
SysoCounter.getCounter(Class> klass) |
Counter |
NoOpCounter.getCounter(Class> klass) |
Counter |
DefaultCounter.getCounter(Class> klass) |
static Counter |
CounterFactory.getCounter(Class> klass)
Returns a counter factory.
|
Counter |
Counter.getCounter(Class> klass)
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 | Field and Description |
---|---|
protected Counter |
PdfAWriter.COUNTER |
protected Counter |
PdfAStamperImp.COUNTER |
protected Counter |
PdfACopy.COUNTER |
protected static Counter |
PdfWriter.COUNTER |
protected Counter |
PdfSmartCopy.COUNTER |
protected static Counter |
PdfReader.COUNTER |
protected static Counter |
PdfCopy.COUNTER |
protected Counter |
FdfWriter.COUNTER |
protected static Counter |
FdfReader.COUNTER |
Modifier and Type | Method and Description |
---|---|
protected Counter |
PdfAWriter.getCounter() |
protected Counter |
PdfAStamperImp.getCounter() |
protected Counter |
PdfACopy.getCounter() |
protected Counter |
PdfWriter.getCounter() |
protected Counter |
PdfSmartCopy.getCounter() |
protected Counter |
PdfReader.getCounter() |
protected Counter |
PdfCopy.getCounter() |
protected Counter |
FdfWriter.getCounter() |
protected Counter |
FdfReader.getCounter() |
Copyright © 2016. All rights reserved.