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 classDefaultCounterImplementation of the Counter interface that doesn't do anything.classNoOpCounterImplementation of the Counter interface that doesn't do anything.classSysoCounterFields in com.itextpdf.text.log declared as Counter Modifier and Type Field Description private CounterCounterFactory. counterThe current counter implementation.Methods in com.itextpdf.text.log that return Counter Modifier and Type Method Description CounterCounter. getCounter(java.lang.Class<?> klass)Gets a Counter instance for a specific class.CounterCounterFactory. getCounter()Getter for the counter.static CounterCounterFactory. getCounter(java.lang.Class<?> klass)Returns a counter factory.CounterDefaultCounter. getCounter(java.lang.Class<?> klass)CounterNoOpCounter. getCounter(java.lang.Class<?> klass)CounterSysoCounter. getCounter(java.lang.Class<?> klass)Methods in com.itextpdf.text.log with parameters of type Counter Modifier and Type Method Description voidCounterFactory. 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 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 Counter Modifier and Type Method Description protected 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()
-