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