Class SetNonStrokingColorN
- 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.SetNonStrokingColorN
-
public class SetNonStrokingColorN extends SetNonStrokingColor
scn: Sets the colour to use for non-stroking operations. Supports Pattern, Separation, DeviceN and ICCBased colour spaces.
-
-
Constructor Summary
Constructors Constructor Description SetNonStrokingColorN(PDFStreamEngine context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of this operator, e.g.-
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
-
-
-
-
Constructor Detail
-
SetNonStrokingColorN
public SetNonStrokingColorN(PDFStreamEngine context)
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Overrides:
getNamein classSetNonStrokingColor- Returns:
- the name of the operator
-
-