Uses of Interface
com.itextpdf.text.log.Counter
-
Packages that use Counter Package Description com.itextpdf.text.log com.itextpdf.text.pdf -
-
Uses of Counter in com.itextpdf.text.log
Classes in com.itextpdf.text.log that implement Counter 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
Fields in com.itextpdf.text.log declared as Counter Modifier and Type Field Description private Counter
CounterFactory. counter
The current counter implementation.Methods in com.itextpdf.text.log that return Counter 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)
Methods in com.itextpdf.text.log with parameters of type Counter Modifier and Type Method Description void
CounterFactory. setCounter(Counter counter)
Setter for the counter. -
Uses of Counter in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as 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 Counter
PdfCopyFieldsImp. COUNTER
Deprecated.protected static Counter
PdfReader. COUNTER
protected Counter
PdfSmartCopy. COUNTER
protected Counter
PdfStamperImp. COUNTER
protected static Counter
PdfWriter. COUNTER
Methods in com.itextpdf.text.pdf that return 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
PdfCopyFieldsImp. getCounter()
Deprecated.protected Counter
PdfReader. getCounter()
protected Counter
PdfSmartCopy. getCounter()
protected Counter
PdfStamperImp. getCounter()
protected Counter
PdfWriter. getCounter()
-