Class SetNonStrokingDeviceGrayColor
- java.lang.Object
-
- org.apache.pdfbox.contentstream.operator.OperatorProcessor
-
- org.apache.pdfbox.contentstream.operator.color.SetColor
-
- org.apache.pdfbox.contentstream.operator.color.SetNonStrokingColor
-
- org.apache.pdfbox.contentstream.operator.color.SetNonStrokingDeviceGrayColor
-
public class SetNonStrokingDeviceGrayColor extends SetNonStrokingColor
g: Set the non-stroking colour space to DeviceGray and set the gray level to use for non-stroking operations.
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
context
-
-
Constructor Summary
Constructors Constructor Description SetNonStrokingDeviceGrayColor()
-
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> arguments)
Process the operator.-
Methods inherited from class org.apache.pdfbox.contentstream.operator.color.SetNonStrokingColor
getColor, getColorSpace, setColor
-
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> arguments) throws java.io.IOException
Description copied from class:OperatorProcessor
Process the operator.
-
getName
public java.lang.String getName()
Description copied from class:OperatorProcessor
Returns the name of this operator, e.g. "BI".- Overrides:
getName
in classSetNonStrokingColor
-
-