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

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

Uses of OperatorProcessor in org.apache.pdfbox.util
 

Methods in org.apache.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.apache.pdfbox.util.operator
 

Subclasses of OperatorProcessor in org.apache.pdfbox.util.operator
 class BeginMarkedContentSequence
          BMC : Begins a marked-content sequence.
 class BeginMarkedContentSequenceWithProperties
          BDC : Begins a marked-content sequence with property list.
 class BeginText
           
 class CloseAndStrokePath
          Implementation of content stream operator for page drawer.
 class Concatenate
           
 class EndMarkedContentSequence
          EMC : Ends a marked-content sequence begun by BMC or BDC.
 class EndText
           
 class GRestore
           
 class GSave
           
 class Invoke
          Invoke named XObject.
 class MoveAndShow
           
 class MoveText
           
 class MoveTextSetLeading
           
 class NextLine
           
 class SetCharSpacing
           
 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 SetLineCapStyle
          Implementation of content stream operator for page drawer.
 class SetLineDashPattern
          Implementation of content stream operator for page drawer.
 class SetLineJoinStyle
          Implementation of content stream operator for page drawer.
 class SetLineMiterLimit
          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
           
 class SetMoveAndShow
           
 class SetNonStrokingCalRGBColor
          Set the non stroking color space.
 class SetNonStrokingCMYKColor
          Set the non stroking color space.
 class SetNonStrokingColor
          Set the non stroking color space.
 class SetNonStrokingColorSpace
          Set the non stroking color space.
 class SetNonStrokingDeviceN
           
 class SetNonStrokingGrayColor
          Set the non stroking color space.
 class SetNonStrokingICCBasedColor
           
 class SetNonStrokingRGBColor
          Set the non stroking color space.
 class SetNonStrokingSeparation
           
 class SetStrokingCalRGBColor
          Structural modification of the PDFEngine class : the long sequence of conditions in processOperator is replaced by this strategy pattern.
 class SetStrokingCMYKColor
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetStrokingColor
          Set the stroking color space.
 class SetStrokingColorSpace
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetStrokingDeviceN
           
 class SetStrokingGrayColor
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetStrokingICCBasedColor
           
 class SetStrokingRGBColor
          Structal modification of the PDFEngine class : the long sequence of conditions in processOperator is remplaced by this strategy pattern.
 class SetStrokingSeparation
           
 class SetTextFont
           
 class SetTextLeading
           
 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
           
 class ShowText
           
 class ShowTextGlyph
           
 

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

Subclasses of OperatorProcessor in org.apache.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 ClipEvenOddRule
          Implementation of content stream operator for page drawer.
 class ClipNonZeroRule
          Implementation of content stream operator for page drawer.
 class CloseFillEvenOddAndStrokePath
          Implementation of content stream operator for page drawer.
 class CloseFillNonZeroAndStrokePath
          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 FillEvenOddAndStrokePath
          Implementation of content stream operator for page drawer.
 class FillEvenOddRule
          Implementation of content stream operator for page drawer.
 class FillNonZeroAndStrokePath
          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 SHFill
          Implementation of sh operator for page drawer.
 class StrokePath
          Implementation of content stream operator for page drawer.
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.