Uses of Class
org.pdfbox.util.operator.OperatorProcessor

Packages that use OperatorProcessor
org.pdfbox.util.operator This package contains implementations of all of the PDF operators. 
 

Uses of OperatorProcessor in org.pdfbox.util.operator
 

Subclasses of OperatorProcessor in org.pdfbox.util.operator
 class BeginText
          Titre : PDFEngine Modification.
 class Concatenate
          Titre : PDFEngine Modification.
 class EndText
          Titre : PDFEngine Modification.
 class GRestore
          Titre : PDFEngine Modification.
 class GSave
          Titre : PDFEngine Modification.
 class Invoke
          Invoke named XObject.
 class MoveAndShow
          Titre : PDFEngine Modification.
 class MoveText
          Titre : PDFEngine Modification.
 class MoveTextSetLeading
          Titre : PDFEngine Modification.
 class NextLine
          Titre : PDFEngine Modification.
 class SetCharSpacing
          Titre : PDFEngine Modification.
 class SetGraphicsStateParameters
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetHorizontalTextScaling
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetLineWidth
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetMatrix
          Titre : PDFEngine Modification.
 class SetMoveAndShow
          Titre : PDFEngine Modification.
 class SetStrokingColorSpace
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetTextFont
          Titre : PDFEngine Modification.
 class SetTextLeading
          Titre : PDFEngine Modification.
 class SetTextRenderingMode
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetTextRise
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetWordSpacing
          Titre : PDFEngine Modification.
 class ShowText
          Titre : PDFEngine Modification.
 class ShowTextGlyph
          Titre : PDFEngine Modification.