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 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
Fields in org.apache.pdfbox.contentstream.operator with type parameters of type OperatorModifier and TypeFieldDescriptionprivate static final ConcurrentMap<String,Operator> Operator.operatorsmap for singleton operator objects; useConcurrentHashMapfor better scalability with multiple threadsMethods 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 TypeMethodDescriptionprivate voidContentStreamWriter.writeObject(Operator op) voidContentStreamWriter.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 floatPDType3CharProc.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 OperatorAppearanceGeneratorHelper.BMCprivate static final OperatorAppearanceGeneratorHelper.EMCMethods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type OperatorModifier and TypeMethodDescriptionprivate voidPDDefaultAppearanceString.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 voidPreflightStreamEngine.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 voidPreflightContentStream.checkShowTextOperators(Operator operator, List<?> arguments) Process Text Validation.voidprotected voidPreflightContentStream.processOperator(Operator operator, List<COSBase> operands) protected voidPreflightContentStream.unsupportedOperator(Operator operator, List<COSBase> arguments) (package private) voidPreflightStreamEngine.validateDefaultColorSpace(Operator operator) In some cases, the colorspace isn't checked because defaults (/DeviceGray) is used.protected voidPreflightStreamEngine.validateInlineImageColorSpace(Operator operator) This method validates if the ColorSpace used by the InlinedImage is consistent with the color space defined in OutputIntent dictionaries.protected voidPreflightStreamEngine.validateInlineImageFilter(Operator operator) Throw a ContentStreamException if the LZW filter is used in a InlinedImage.protected voidPreflightStreamEngine.validateNumberOfGraphicStates(Operator operator) Valid the number of graphic states if the operator is the Save Graphic state operator ("q")protected voidPreflightStreamEngine.validateRenderingIntent(Operator operator, List<COSBase> arguments) Check operands of the "ri" operator.private voidPreflightContentStream.validateStringArray(Operator operator, List<?> arguments) Process Text Validation for the Operands of a TJ operator.private voidPreflightContentStream.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 voidPreflightType3Stream.processOperator(Operator operator, List<COSBase> operands) This is used to handle an operation.