Class SetGraphicsStateParameters
java.lang.Object
org.apache.pdfbox.contentstream.operator.OperatorProcessor
org.apache.pdfbox.contentstream.operator.state.SetGraphicsStateParameters
gs: Set parameters from graphics state parameter dictionary.
- Author:
- Ben Litchfield
-
Field Summary
Fields inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
context
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext, setContext
-
Constructor Details
-
SetGraphicsStateParameters
public SetGraphicsStateParameters()
-
-
Method Details
-
process
Description copied from class:OperatorProcessor
Process the operator.- Specified by:
process
in classOperatorProcessor
- Parameters:
operator
- the operator to processarguments
- the operands to use when processing- Throws:
IOException
- if the operator cannot be processed
-
getName
Description copied from class:OperatorProcessor
Returns the name of this operator, e.g. "BI".- Specified by:
getName
in classOperatorProcessor
-