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 void
PDFStreamEngine.operatorException
(Operator operator, List<COSBase> operands, IOException e) Called when an exception is thrown by an operator.protected void
PDFStreamEngine.processOperator
(Operator operator, List<COSBase> operands) This is used to handle an operation.protected void
PDFStreamEngine.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 Operator
Operator.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 TypeMethodDescriptionvoid
abstract void
Process 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 TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
RG 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 TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
final void
void
void
void
void
-
Uses of Operator in org.apache.pdfbox.contentstream.operator.markedcontent
Methods in org.apache.pdfbox.contentstream.operator.markedcontent with parameters of type OperatorModifier and TypeMethodDescriptionvoid
void
void
void
-
Uses of Operator in org.apache.pdfbox.contentstream.operator.state
Methods in org.apache.pdfbox.contentstream.operator.state with parameters of type OperatorModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
-
Uses of Operator in org.apache.pdfbox.contentstream.operator.text
Methods in org.apache.pdfbox.contentstream.operator.text with parameters of type OperatorModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
Uses of Operator in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type OperatorModifier and TypeMethodDescriptionvoid
ContentStreamWriter.writeToken
(Operator op) Writes a single operator token.