Uses of Class
org.sejda.sambox.contentstream.operator.OperatorProcessor
Packages that use OperatorProcessor
Package
Description
This package contains implementations of all of the PDF graphics operators.
-
Uses of OperatorProcessor in org.sejda.sambox.contentstream
Methods in org.sejda.sambox.contentstream with parameters of type OperatorProcessorModifier and TypeMethodDescriptionfinal voidPDFStreamEngine.addOperator(OperatorProcessor op) Adds an operator processor to the engine.final booleanPDFStreamEngine.addOperatorIfAbsent(OperatorProcessor op) Adds an operator processor to the engine if there isn't an operator already associated with the PDF operator. -
Uses of OperatorProcessor in org.sejda.sambox.contentstream.operator
Subclasses of OperatorProcessor in org.sejda.sambox.contentstream.operatorModifier and TypeClassDescriptionclassDo: Draws an XObject.classdecorator for anOperatorProcessorConstructors in org.sejda.sambox.contentstream.operator with parameters of type OperatorProcessorModifierConstructorDescriptionOperatorProcessorDecorator(OperatorProcessor delegate) OperatorProcessorDecorator(OperatorProcessor delegate, OperatorConsumer consumer) Decorates the givenOperatorProcessorwith the givenOperatorConsumerfunction -
Uses of OperatorProcessor in org.sejda.sambox.contentstream.operator.color
Subclasses of OperatorProcessor in org.sejda.sambox.contentstream.operator.colorModifier and TypeClassDescriptionclasssc,scn,SC,SCN: Sets the color to use for stroking or non-stroking operations.classsc: Sets the colour to use for stroking non-stroking operations.classscn: Sets the colour to use for stroking non-stroking operations.classcs: Sets the non-stroking color space.classk: Set the non-stroking colour space to DeviceCMYK and set the colour to use for non-stroking operations.classg: Set the non-stroking colour space to DeviceGray and set the gray level to use for non-stroking operations.classrg: Set the non-stroking colour space to DeviceRGB and set the colour to use for non-stroking operations.classSC: Sets the colour to use for stroking stroking operations.classSCN: Sets the colour to use for stroking stroking operations.classCS: Set color space for stroking operations.classK: Set the stroking colour space to DeviceCMYK and set the colour to use for stroking operations.classG: Set the stroking colour space to DeviceGray and set the gray level to use for stroking operations.classRG: Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations. -
Uses of OperatorProcessor in org.sejda.sambox.contentstream.operator.graphics
Subclasses of OperatorProcessor in org.sejda.sambox.contentstream.operator.graphicsModifier and TypeClassDescriptionfinal classre Appends a rectangle to the path.final classBI Begins an inline image.final classW* Set clipping path using even odd rule.classW Set the clipping path using non zero winding rule.classs: close and stroke the path.final classb* Close, fill and stroke the path with even-odd winding rule.final classb Close, fill and stroke the path with non-zero winding rule.final classh Close the path.classc Append curved segment to path.final classy Append curved segment to path with final point replicated.classv Append curved segment to path with the initial point replicated.final classDo: Draws an XObject.final classn End the path.final classB* Fill and then stroke the path, using the even-odd rule to determine the region to fill.final classf* Fill path using even odd rule.classB Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill.classf Fill path using non zero winding rule.classBase class for graphics operators.final classF Fill path using non zero winding rule.classl Append straight line segment to path.final classm Begins a new subpath.final classsh Fills the clipping area with the given shading pattern.final classS Stroke the path. -
Uses of OperatorProcessor in org.sejda.sambox.contentstream.operator.markedcontent
Subclasses of OperatorProcessor in org.sejda.sambox.contentstream.operator.markedcontentModifier and TypeClassDescriptionclassBMC : Begins a marked-content sequence.classBDC : Begins a marked-content sequence with property list.classDo: Draws an XObject.classEMC : Ends a marked-content sequence begun by BMC or BDC. -
Uses of OperatorProcessor in org.sejda.sambox.contentstream.operator.state
Subclasses of OperatorProcessor in org.sejda.sambox.contentstream.operator.stateModifier and TypeClassDescriptionclasscm: Concatenate matrix to current transformation matrix.classQ: Restore the graphics state.classq: Save the graphics state.classi: Set the flatness tolerance.classgs: Set parameters from graphics state parameter dictionary.classJ: Set the line cap style.classd: Set the line dash pattern.classj: Set the line join style.classM: Set miter limit.classw: Set line width.classTm: Set text matrix and text line matrix.classri: Set the rendering intent. -
Uses of OperatorProcessor in org.sejda.sambox.contentstream.operator.text
Subclasses of OperatorProcessor in org.sejda.sambox.contentstream.operator.textModifier and TypeClassDescriptionclassBT: Begin text.classET: End text.classTd: Move text position.classTD: Move text position and set leading.classT*: Move to start of next text line.classTc: Set character spacing.classTf: Set text font and size.classTz: Set horizontal text scaling.classTL: Set text leading.classTr: Set text rendering mode.classTs: Set text rise.classTw: Set word spacing.classTj: Show text.classTJ: Show text, with position adjustments.class': Move to the next line and show text.class": Set word and character spacing, move to next line, and show text.