Uses of Class
org.apache.pdfbox.contentstream.operator.OperatorProcessor
-
Packages that use OperatorProcessor Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.contentstream.operator This package contains implementations of all of the PDF operators.org.apache.pdfbox.contentstream.operator.color org.apache.pdfbox.contentstream.operator.graphics This package contains implementations of all of the PDF graphics operators.org.apache.pdfbox.contentstream.operator.markedcontent org.apache.pdfbox.contentstream.operator.state org.apache.pdfbox.contentstream.operator.text -
-
Uses of OperatorProcessor in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type OperatorProcessor Modifier and Type Method Description voidPDFStreamEngine. addOperator(OperatorProcessor op)Adds an operator processor to the engine.voidPDFStreamEngine. registerOperatorProcessor(java.lang.String operator, OperatorProcessor op)Deprecated.UsePDFStreamEngine.addOperator(OperatorProcessor)instead -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator Modifier and Type Class Description classDrawObjectDo: Draws an XObject. -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.color
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.color Modifier and Type Class Description classSetColorsc,scn,SC,SCN: Sets the color to use for stroking or non-stroking operations.classSetNonStrokingColorsc: Sets the colour to use for non-stroking operations.classSetNonStrokingColorNscn: Sets the colour to use for non-stroking operations.classSetNonStrokingColorSpacecs: Sets the non-stroking color space.classSetNonStrokingDeviceCMYKColork: Set the non-stroking colour space to DeviceCMYK and set the colour to use for non-stroking operations.classSetNonStrokingDeviceGrayColorg: Set the non-stroking colour space to DeviceGray and set the gray level to use for non-stroking operations.classSetNonStrokingDeviceRGBColorrg: Set the non-stroking colour space to DeviceRGB and set the colour to use for non-stroking operations.classSetStrokingColorSC: Sets the colour to use for stroking stroking operations.classSetStrokingColorNSCN: Sets the colour to use for stroking stroking operations.classSetStrokingColorSpaceCS: Set color space for stroking operations.classSetStrokingDeviceCMYKColorK: Set the stroking colour space to DeviceCMYK and set the colour to use for stroking operations.classSetStrokingDeviceGrayColorG: Set the stroking colour space to DeviceGray and set the gray level to use for stroking operations.classSetStrokingDeviceRGBColorRG: Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations. -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.graphics
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.graphics Modifier and Type Class Description classAppendRectangleToPathre Appends a rectangle to the path.classBeginInlineImageBI Begins an inline image.classClipEvenOddRuleW* Set clipping path using even odd rule.classClipNonZeroRuleW Set the clipping path using non zero winding rule.classCloseAndStrokePaths: close and stroke the path.classCloseFillEvenOddAndStrokePathb* Close, fill and stroke the path with even-odd winding rule.classCloseFillNonZeroAndStrokePathb Close, fill and stroke the path with non-zero winding rule.classClosePathh Close the path.classCurveToc Append curved segment to path.classCurveToReplicateFinalPointy Append curved segment to path with final point replicated.classCurveToReplicateInitialPointv Append curved segment to path with the initial point replicated.classDrawObjectDo: Draws an XObject.classEndPathn End the path.classFillEvenOddAndStrokePathB* Fill and then stroke the path, using the even-odd rule to determine the region to fill.classFillEvenOddRulef* Fill path using even odd rule.classFillNonZeroAndStrokePathB Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill.classFillNonZeroRulef Fill path using non zero winding rule.classGraphicsOperatorProcessorBase class for graphics operators.classLegacyFillNonZeroRuleF Fill path using non zero winding rule.classLineTol Append straight line segment to path.classMoveTom Begins a new subpath.classShadingFillsh Fills the clipping area with the given shading pattern.classStrokePathS Stroke the path. -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.markedcontent
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.markedcontent Modifier and Type Class Description classBeginMarkedContentSequenceBMC : Begins a marked-content sequence.classBeginMarkedContentSequenceWithPropertiesBDC : Begins a marked-content sequence with property list.classDrawObjectDo: Draws an XObject.classEndMarkedContentSequenceEMC : Ends a marked-content sequence begun by BMC or BDC. -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.state
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.state Modifier and Type Class Description classConcatenatecm: Concatenate matrix to current transformation matrix.classRestoreQ: Restore the graphics state.classSaveq: Save the graphics state.classSetFlatnessi: Set the flatness tolerance.classSetGraphicsStateParametersgs: Set parameters from graphics state parameter dictionary.classSetLineCapStyleJ: Set the line cap style.classSetLineDashPatternd: Set the line dash pattern.classSetLineJoinStylej: Set the line join style.classSetLineMiterLimitM: Set miter limit.classSetLineWidthw: Set line width.classSetMatrixTm: Set text matrix and text line matrix.classSetRenderingIntentri: Set the rendering intent. -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.text
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.text Modifier and Type Class Description classBeginTextBT: Begin text.classEndTextET: End text.classMoveTextTd: Move text position.classMoveTextSetLeadingTD: Move text position and set leading.classNextLineT*: Move to start of next text line.classSetCharSpacingTc: Set character spacing.classSetFontAndSizeTf: Set text font and size.classSetTextHorizontalScalingTz: Set horizontal text scaling.classSetTextLeadingTL: Set text leading.classSetTextRenderingModeTr: Set text rendering mode.classSetTextRiseTs: Set text rise.classSetWordSpacingTw: Set word spacing.classShowTextTj: Show text.classShowTextAdjustedTJ: Show text, with position adjustments.classShowTextLine': Move to the next line and show text.classShowTextLineAndSpace": Set word and character spacing, move to next line, and show text.
-