Uses of Interface
com.itextpdf.text.log.Counter
Packages that use Counter
-
Uses of Counter in com.itextpdf.text.log
Classes in com.itextpdf.text.log that implement CounterModifier and TypeClassDescriptionclass
Implementation of the Counter interface that doesn't do anything.class
Implementation of the Counter interface that doesn't do anything.class
Fields in com.itextpdf.text.log declared as CounterModifier and TypeFieldDescriptionprivate Counter
CounterFactory.counter
The current counter implementation.Methods in com.itextpdf.text.log that return CounterModifier and TypeMethodDescriptionCounter.getCounter
(Class<?> klass) Gets a Counter instance for a specific class.CounterFactory.getCounter()
Getter for the counter.static Counter
CounterFactory.getCounter
(Class<?> klass) Returns a counter factory.DefaultCounter.getCounter
(Class<?> klass) NoOpCounter.getCounter
(Class<?> klass) SysoCounter.getCounter
(Class<?> klass) Methods in com.itextpdf.text.log with parameters of type CounterModifier and TypeMethodDescriptionvoid
CounterFactory.setCounter
(Counter counter) Setter for the counter. -
Uses of Counter in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as CounterModifier and TypeFieldDescriptionprotected 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 CounterModifier and TypeMethodDescriptionprotected 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()