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

Packages that use OperatorProcessor
org.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
org.pdfbox.util.operator This package contains implementations of all of the PDF operators. 
org.pdfbox.util.operator.pagedrawer This package contains implementations of all of the PDF operators. 
 

Uses of OperatorProcessor in org.pdfbox.util
 

Methods in org.pdfbox.util with parameters of type OperatorProcessor
 void PDFStreamEngine.registerOperatorProcessor(String operator, OperatorProcessor op)
          Register a custom operator processor with the engine.
 

Uses of OperatorProcessor in org.pdfbox.util.operator
 

Subclasses of OperatorProcessor in org.pdfbox.util.operator
 class BeginText
          Titre : PDFEngine Modification.
 class CloseAndStrokePath
          Implementation of content stream operator for page drawer.
 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 SetNonStrokingCMYKColor
          Set the non stroking color space.
 class SetNonStrokingColorSpace
          Set the non stroking color space.
 class SetNonStrokingRGBColor
          Set the non stroking color space.
 class SetStrokingCMYKColor
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetStrokingColorSpace
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetStrokingRGBColor
          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.
 

Uses of OperatorProcessor in org.pdfbox.util.operator.pagedrawer
 

Subclasses of OperatorProcessor in org.pdfbox.util.operator.pagedrawer
 class AppendRectangleToPath
          Implementation of content stream operator for page drawer.
 class BeginInlineImage
          Implementation of content stream operator for page drawer.
 class ClosePath
          Implementation of content stream operator for page drawer.
 class CurveTo
          Implementation of content stream operator for page drawer.
 class CurveToReplicateFinalPoint
          Implementation of content stream operator for page drawer.
 class CurveToReplicateInitialPoint
          Implementation of content stream operator for page drawer.
 class EndPath
          Implementation of content stream operator for page drawer.
 class FillEvenOddRule
          Implementation of content stream operator for page drawer.
 class FillNonZeroRule
          Implementation of content stream operator for page drawer.
 class LineTo
          Implementation of content stream operator for page drawer.
 class MoveTo
          Implementation of content stream operator for page drawer.
 class StrokePath
          Implementation of content stream operator for page drawer.