Uses of Interface
com.itextpdf.text.log.Counter

Packages that use Counter
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
 class NoOpCounter
          Implementation of the Counter interface that doesn't do anything.
 class SysoCounter
           
 

Methods in com.itextpdf.text.log that return Counter
 Counter CounterFactory.getCounter()
          Getter for the counter.
 Counter SysoCounter.getCounter(Class<?> klass)
           
 Counter NoOpCounter.getCounter(Class<?> klass)
           
static Counter CounterFactory.getCounter(Class<?> klass)
          Returns a counter factory.
 Counter Counter.getCounter(Class<?> klass)
          Gets a Counter instance for a specific class.
 

Methods in com.itextpdf.text.log with parameters of type Counter
 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
protected static Counter PdfWriter.COUNTER
           
protected  Counter PdfSmartCopy.COUNTER
           
protected static Counter PdfReader.COUNTER
           
protected static Counter PdfCopy.COUNTER
           
protected  Counter FdfWriter.COUNTER
           
protected static Counter FdfReader.COUNTER
           
 

Methods in com.itextpdf.text.pdf that return Counter
protected  Counter PdfWriter.getCounter()
           
protected  Counter PdfSmartCopy.getCounter()
           
protected  Counter PdfReader.getCounter()
           
protected  Counter PdfCopy.getCounter()
           
protected  Counter FdfWriter.getCounter()
           
protected  Counter FdfReader.getCounter()
           
 



Copyright © 2013. All Rights Reserved.