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.
Classes to deal with font functionality in a PDF Document.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
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
Fields in org.apache.pdfbox.contentstream.operator with type parameters of type OperatorModifier and TypeFieldDescriptionprivate static final ConcurrentMap<String,
Operator> Operator.operators
map for singleton operator objects; useConcurrentHashMap
for better scalability with multiple threadsMethods 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. -
Uses of Operator in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font with parameters of type OperatorModifier and TypeMethodDescriptionprivate float
PDType3CharProc.parseWidth
(Operator operator, List<COSBase> arguments) -
Uses of Operator in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form declared as OperatorModifier and TypeFieldDescriptionprivate static final Operator
AppearanceGeneratorHelper.BMC
private static final Operator
AppearanceGeneratorHelper.EMC
Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type OperatorModifier and TypeMethodDescriptionprivate void
PDDefaultAppearanceString.processOperator
(Operator operator, List<COSBase> operands) This is used to handle an operation. -
Uses of Operator in org.apache.pdfbox.preflight.content
Methods in org.apache.pdfbox.preflight.content with parameters of type OperatorModifier and TypeMethodDescriptionprotected void
PreflightStreamEngine.checkSetColorSpaceOperators
(Operator operator, List<COSBase> arguments) This method validates if the ColorSpace used as operand is consistent with the color space defined in OutputIntent dictionaries.protected void
PreflightContentStream.checkShowTextOperators
(Operator operator, List<?> arguments) Process Text Validation.void
protected void
PreflightContentStream.processOperator
(Operator operator, List<COSBase> operands) protected void
PreflightContentStream.unsupportedOperator
(Operator operator, List<COSBase> arguments) (package private) void
PreflightStreamEngine.validateDefaultColorSpace
(Operator operator) In some cases, the colorspace isn't checked because defaults (/DeviceGray) is used.protected void
PreflightStreamEngine.validateInlineImageColorSpace
(Operator operator) This method validates if the ColorSpace used by the InlinedImage is consistent with the color space defined in OutputIntent dictionaries.protected void
PreflightStreamEngine.validateInlineImageFilter
(Operator operator) Throw a ContentStreamException if the LZW filter is used in a InlinedImage.protected void
PreflightStreamEngine.validateNumberOfGraphicStates
(Operator operator) Valid the number of graphic states if the operator is the Save Graphic state operator ("q")protected void
PreflightStreamEngine.validateRenderingIntent
(Operator operator, List<COSBase> arguments) Check operands of the "ri" operator.private void
PreflightContentStream.validateStringArray
(Operator operator, List<?> arguments) Process Text Validation for the Operands of a TJ operator.private void
PreflightContentStream.validateStringDefinition
(Operator operator, List<?> arguments) Process Text Validation for the Operands of a Tj, "'" and "\"" operator. -
Uses of Operator in org.apache.pdfbox.preflight.font.util
Methods in org.apache.pdfbox.preflight.font.util with parameters of type OperatorModifier and TypeMethodDescriptionprotected void
PreflightType3Stream.processOperator
(Operator operator, List<COSBase> operands) This is used to handle an operation.