Package | Description |
---|---|
com.itextpdf.text.log | |
com.itextpdf.text.pdf |
Modifier and Type | Class | 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 | Description |
---|---|---|
Counter |
Counter.getCounter(java.lang.Class<?> klass) |
Gets a Counter instance for a specific class.
|
Counter |
CounterFactory.getCounter() |
Getter for the counter.
|
static Counter |
CounterFactory.getCounter(java.lang.Class<?> klass) |
Returns a counter factory.
|
Counter |
DefaultCounter.getCounter(java.lang.Class<?> klass) |
|
Counter |
NoOpCounter.getCounter(java.lang.Class<?> klass) |
|
Counter |
SysoCounter.getCounter(java.lang.Class<?> klass) |
Modifier and Type | Method | Description |
---|---|---|
void |
CounterFactory.setCounter(Counter counter) |
Setter for the counter.
|
Modifier and Type | Field | Description |
---|---|---|
protected static Counter |
FdfReader.COUNTER |
|
protected Counter |
FdfWriter.COUNTER |
|
protected Counter |
PdfACopy.COUNTER |
|
protected Counter |
PdfAStamperImp.COUNTER |
|
protected Counter |
PdfAWriter.COUNTER |
|
protected static Counter |
PdfCopy.COUNTER |
|
protected static Counter |
PdfReader.COUNTER |
|
protected Counter |
PdfSmartCopy.COUNTER |
|
protected static Counter |
PdfWriter.COUNTER |
Modifier and Type | Method | Description |
---|---|---|
protected Counter |
FdfReader.getCounter() |
|
protected Counter |
FdfWriter.getCounter() |
|
protected Counter |
PdfACopy.getCounter() |
|
protected Counter |
PdfAStamperImp.getCounter() |
|
protected Counter |
PdfAWriter.getCounter() |
|
protected Counter |
PdfCopy.getCounter() |
|
protected Counter |
PdfReader.getCounter() |
|
protected Counter |
PdfSmartCopy.getCounter() |
|
protected Counter |
PdfWriter.getCounter() |
Copyright © 1998–2018. All rights reserved.