Uses of Class
org.apache.pdfbox.contentstream.operator.Operator
Packages that use Operator
Package
Description
This package contains provides classes for working with content streams.
This package contains implementations of all of the PDF operators.
This package contains implementations of all of the PDF graphics operators.
This is the persistence layer used to write the PDFBox documents to a stream.
-
Uses of Operator in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.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.apache.pdfbox.contentstream.operator
Methods in org.apache.pdfbox.contentstream.operator that return OperatorModifier and TypeMethodDescriptionstatic OperatorOperator.getOperator(String operator) This is used to create/cache operators in the system.Methods in org.apache.pdfbox.contentstream.operator with parameters of type OperatorModifier and TypeMethodDescriptionvoidabstract voidProcess the operator.Constructors in org.apache.pdfbox.contentstream.operator with parameters of type Operator -
Uses of Operator in org.apache.pdfbox.contentstream.operator.color
Methods in org.apache.pdfbox.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.apache.pdfbox.contentstream.operator.graphics
Methods in org.apache.pdfbox.contentstream.operator.graphics with parameters of type OperatorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidfinal voidvoidvoidvoidvoid -
Uses of Operator in org.apache.pdfbox.contentstream.operator.markedcontent
Methods in org.apache.pdfbox.contentstream.operator.markedcontent with parameters of type OperatorModifier and TypeMethodDescriptionvoidvoidvoidvoid -
Uses of Operator in org.apache.pdfbox.contentstream.operator.state
Methods in org.apache.pdfbox.contentstream.operator.state with parameters of type OperatorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of Operator in org.apache.pdfbox.contentstream.operator.text
Methods in org.apache.pdfbox.contentstream.operator.text with parameters of type OperatorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of Operator in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type OperatorModifier and TypeMethodDescriptionvoidContentStreamWriter.writeToken(Operator op) Writes a single operator token.