Uses of Class
org.sejda.sambox.contentstream.operator.Operator
Packages that use Operator
Package
Description
This package contains implementations of all of the PDF graphics operators.
-
Uses of Operator in org.sejda.sambox.contentstream
Methods in org.sejda.sambox.contentstream with parameters of type OperatorModifier and TypeMethodDescriptionprotected voidPDFStreamEngine.operatorException(Operator operator, List<COSBase> operands, IOException e) Called when an exception is thrown by an operator.protected voidPDFStreamEngine.processOperator(Operator operator, List<COSBase> operands) This is used to handle an operation.protected voidPDFStreamEngine.unsupportedOperator(Operator operator, List<COSBase> operands) Called when an unsupported operator is encountered. -
Uses of Operator in org.sejda.sambox.contentstream.operator
Methods in org.sejda.sambox.contentstream.operator that return OperatorModifier and TypeMethodDescriptionstatic OperatorOperator.getOperator(String operator) This is used to create/cache operators in the system.Methods in org.sejda.sambox.contentstream.operator with parameters of type OperatorModifier and TypeMethodDescriptionvoidvoidabstract voidProcess the operator.voidConstructors in org.sejda.sambox.contentstream.operator with parameters of type Operator -
Uses of Operator in org.sejda.sambox.contentstream.operator.color
Methods in org.sejda.sambox.contentstream.operator.color with parameters of type OperatorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidRG Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations. -
Uses of Operator in org.sejda.sambox.contentstream.operator.graphics
Methods in org.sejda.sambox.contentstream.operator.graphics with parameters of type OperatorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidfinal voidvoidvoidvoidvoid -
Uses of Operator in org.sejda.sambox.contentstream.operator.markedcontent
Methods in org.sejda.sambox.contentstream.operator.markedcontent with parameters of type OperatorModifier and TypeMethodDescriptionvoidvoidvoidvoid -
Uses of Operator in org.sejda.sambox.contentstream.operator.state
Methods in org.sejda.sambox.contentstream.operator.state with parameters of type OperatorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of Operator in org.sejda.sambox.contentstream.operator.text
Methods in org.sejda.sambox.contentstream.operator.text with parameters of type OperatorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of Operator in org.sejda.sambox.output
Methods in org.sejda.sambox.output with parameters of type OperatorModifier and TypeMethodDescriptionvoidContentStreamWriter.writeOperator(List<COSBase> operands, Operator operator) voidContentStreamWriter.writeTokens(Operator... tokens)