Uses of Class
org.pdfbox.util.PDFOperator

Packages that use PDFOperator
org.pdfbox.examples.util The packages in this package will show how to use the PDFBox util API. 
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. 
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 PDFOperator in org.pdfbox.examples.util
 

Methods in org.pdfbox.examples.util with parameters of type PDFOperator
protected  void PrintImageLocations.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.
 

Uses of PDFOperator in org.pdfbox.util.operator
 

Methods in org.pdfbox.util.operator with parameters of type PDFOperator
 void ShowTextGlyph.process(PDFOperator operator, List arguments)
          TJ Show text, allowing individual glyph positioning.
 void ShowText.process(PDFOperator operator, List arguments)
          Tj show Show text.
 void SetWordSpacing.process(PDFOperator operator, List arguments)
          Tw Set word spacing.
 void SetTextRise.process(PDFOperator operator, List arguments)
          Ts Set text rise.
 void SetTextRenderingMode.process(PDFOperator operator, List arguments)
          Tr Set text rendering mode.
 void SetTextLeading.process(PDFOperator operator, List arguments)
          TL Set text leading.
 void SetTextFont.process(PDFOperator operator, List arguments)
          Tf selectfont Set text font and size.
 void SetStrokingRGBColor.process(PDFOperator operator, List arguments)
          RG Set color space for stroking operations.
 void SetStrokingColorSpace.process(PDFOperator operator, List arguments)
          CS Set color space for stroking operations.
 void SetStrokingCMYKColor.process(PDFOperator operator, List arguments)
          CS Set color space for stroking operations.
 void SetNonStrokingRGBColor.process(PDFOperator operator, List arguments)
          rg Set color space for non stroking operations.
 void SetNonStrokingColorSpace.process(PDFOperator operator, List arguments)
          cs Set color space for non stroking operations.
 void SetNonStrokingCMYKColor.process(PDFOperator operator, List arguments)
          cs Set color space for non stroking operations.
 void SetMoveAndShow.process(PDFOperator operator, List arguments)
          " Set word and character spacing, move to next line, and show text.
 void SetMatrix.process(PDFOperator operator, List arguments)
          Tm Set text matrix and text line matrix.
 void SetLineWidth.process(PDFOperator operator, List arguments)
          w Set line width.
 void SetHorizontalTextScaling.process(PDFOperator operator, List arguments)
          Tz Set horizontal text scaling.
 void SetGraphicsStateParameters.process(PDFOperator operator, List arguments)
          gs Set parameters from graphics state parameter dictionary.
 void SetCharSpacing.process(PDFOperator operator, List arguments)
          process : Tc Set character spacing.
abstract  void OperatorProcessor.process(PDFOperator operator, List arguments)
          process the operator.
 void NextLine.process(PDFOperator operator, List arguments)
          process : T* Move to start of next text line.
 void MoveTextSetLeading.process(PDFOperator operator, List arguments)
          process : TD Move text position and set leading.
 void MoveText.process(PDFOperator operator, List arguments)
          process : Td : Move text position.
 void MoveAndShow.process(PDFOperator operator, List arguments)
          ' Move to next line and show text.
 void Invoke.process(PDFOperator operator, List arguments)
          process : Do - Invoke a named xobject.
 void GSave.process(PDFOperator operator, List arguments)
          process : q : Save graphics state.
 void GRestore.process(PDFOperator operator, List arguments)
          process : Q : Restore graphics state.
 void EndText.process(PDFOperator operator, List arguments)
          process : ET : End text object.
 void Concatenate.process(PDFOperator operator, List arguments)
          process : cm : Concatenate matrix to current transformation matrix.
 void CloseAndStrokePath.process(PDFOperator operator, List arguments)
          s close and stroke the path.
 void BeginText.process(PDFOperator operator, List arguments)
          process : BT : Begin text object.
 

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

Methods in org.pdfbox.util.operator.pagedrawer with parameters of type PDFOperator
 void StrokePath.process(PDFOperator operator, List arguments)
          S stroke the path.
 void SetStrokingRGBColor.process(PDFOperator operator, List arguments)
          RG Set color space for stroking operations.
 void SetStrokingColorSpace.process(PDFOperator operator, List arguments)
          CS Set color space for stroking operations.
 void SetStrokingCMYKColor.process(PDFOperator operator, List arguments)
          CS Set color space for stroking operations.
 void SetNonStrokingRGBColor.process(PDFOperator operator, List arguments)
          rg Set color space for non stroking operations.
 void SetNonStrokingColorSpace.process(PDFOperator operator, List arguments)
          cs Set color space for non stroking operations.
 void SetNonStrokingCMYKColor.process(PDFOperator operator, List arguments)
          k Set color space for non stroking operations.
 void SetLineWidth.process(PDFOperator operator, List arguments)
          w Set line width.
 void MoveTo.process(PDFOperator operator, List arguments)
          process : m : Begin new subpath.
 void LineTo.process(PDFOperator operator, List arguments)
          process : l : Append straight line segment to path.
 void Invoke.process(PDFOperator operator, List arguments)
          process : re : append rectangle to path.
 void FillNonZeroRule.process(PDFOperator operator, List arguments)
          process : F/f : fill path using non zero winding rule.
 void FillEvenOddRule.process(PDFOperator operator, List arguments)
          process : f* : fill path using even odd rule.
 void EndPath.process(PDFOperator operator, List arguments)
          process : n : End path.
 void CurveToReplicateInitialPoint.process(PDFOperator operator, List arguments)
          process : v : Append curved segment to path (initial point replicated).
 void CurveToReplicateFinalPoint.process(PDFOperator operator, List arguments)
          process : y : Append curved segment to path (final point replicated).
 void CurveTo.process(PDFOperator operator, List arguments)
          process : c : Append curved segment to path.
 void ClosePath.process(PDFOperator operator, List arguments)
          process : h : Close path.
 void BeginInlineImage.process(PDFOperator operator, List arguments)
          process : BI : begin inline image.
 void AppendRectangleToPath.process(PDFOperator operator, List arguments)
          process : re : append rectangle to path.