Uses of Class
org.pdfbox.util.PDFOperator

Packages that use PDFOperator
org.pdfbox.pdfviewer The pdfviewer package contains classes to graphically display information about a PDF document. 
org.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. 
org.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
 

Uses of PDFOperator in org.pdfbox.pdfviewer
 

Methods in org.pdfbox.pdfviewer with parameters of type PDFOperator
protected  void PageDrawer.processOperator(PDFOperator operator, List arguments)
          This is used to handle an operation.
 

Uses of PDFOperator in org.pdfbox.pdmodel.font
 

Methods in org.pdfbox.pdmodel.font with parameters of type PDFOperator
protected  void Type3StreamParser.processOperator(PDFOperator operator, List arguments)
          This is used to handle an operation.
 

Uses of PDFOperator in org.pdfbox.util
 

Methods in org.pdfbox.util that return PDFOperator
static PDFOperator PDFOperator.getOperator(String operator)
          This is used to create/cache operators in the system.
 

Methods in org.pdfbox.util with parameters of type PDFOperator
protected  void PDFStreamEngine.processOperator(PDFOperator operator, List arguments)
          This is used to handle an operation.