Uses of Class
org.pdfbox.util.PDFOperator

Packages that use PDFOperator
at.knowcenter.wag.egov.egiz.pdf   
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 at.knowcenter.wag.egov.egiz.pdf
 

Methods in at.knowcenter.wag.egov.egiz.pdf with parameters of type PDFOperator
 void PDFPage.MyInvoke.process(PDFOperator operator, List arguments)
           
protected  void PDFPage.processOperator(PDFOperator operator, List arguments)
           
 

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

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

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



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.