Class AppendRectangleToPath
java.lang.Object
org.apache.pdfbox.contentstream.operator.OperatorProcessor
org.apache.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
org.apache.pdfbox.contentstream.operator.graphics.AppendRectangleToPath
re Appends a rectangle to the path.
- Author:
- Ben Litchfield
-
Field Summary
Fields inherited from class org.apache.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
context -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
setContextMethods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext
-
Constructor Details
-
AppendRectangleToPath
public AppendRectangleToPath()
-
-
Method Details
-
process
Description copied from class:OperatorProcessorProcess the operator.- Specified by:
processin classOperatorProcessor- Parameters:
operator- the operator to processoperands- the operands to use when processing- Throws:
IOException- if the operator cannot be processed
-
getName
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Specified by:
getNamein classOperatorProcessor
-