Class SetRenderingIntent
- java.lang.Object
-
- org.apache.pdfbox.contentstream.operator.OperatorProcessor
-
- org.apache.pdfbox.contentstream.operator.state.SetRenderingIntent
-
public class SetRenderingIntent extends OperatorProcessor
ri: Set the rendering intent.
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
context
-
-
Constructor Summary
Constructors Constructor Description SetRenderingIntent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Returns the name of this operator, e.g.void
process(Operator operator, java.util.List<COSBase> operands)
Process the operator.-
Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext, setContext
-
-
-
-
Method Detail
-
process
public void process(Operator operator, java.util.List<COSBase> operands) throws java.io.IOException
Description copied from class:OperatorProcessor
Process the operator.- Specified by:
process
in classOperatorProcessor
- Parameters:
operator
- the operator to processoperands
- the operands to use when processing- Throws:
java.io.IOException
- if the operator cannot be processed
-
getName
public java.lang.String getName()
Description copied from class:OperatorProcessor
Returns the name of this operator, e.g. "BI".- Specified by:
getName
in classOperatorProcessor
-
-