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 TypeClassDescriptionclassImplementation of the Counter interface that doesn't do anything.classImplementation of the Counter interface that doesn't do anything.classFields in com.itextpdf.text.log declared as CounterModifier and TypeFieldDescriptionprivate CounterCounterFactory.counterThe 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 CounterCounterFactory.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 TypeMethodDescriptionvoidCounterFactory.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 CounterFdfReader.COUNTERprotected CounterFdfWriter.COUNTERprotected CounterPdfACopy.COUNTERprotected CounterPdfAStamperImp.COUNTERprotected CounterPdfAWriter.COUNTERprotected static CounterPdfCopy.COUNTERprotected CounterPdfCopyFieldsImp.COUNTERDeprecated.protected static CounterPdfReader.COUNTERprotected CounterPdfSmartCopy.COUNTERprotected CounterPdfStamperImp.COUNTERprotected static CounterPdfWriter.COUNTERMethods in com.itextpdf.text.pdf that return CounterModifier and TypeMethodDescriptionprotected CounterFdfReader.getCounter()protected CounterFdfWriter.getCounter()protected CounterPdfACopy.getCounter()protected CounterPdfAStamperImp.getCounter()protected CounterPdfAWriter.getCounter()protected CounterPdfCopy.getCounter()protected CounterPdfCopyFieldsImp.getCounter()Deprecated.protected CounterPdfReader.getCounter()protected CounterPdfSmartCopy.getCounter()protected CounterPdfStamperImp.getCounter()protected CounterPdfWriter.getCounter()