Class SetStrokingColorN
- java.lang.Object
-
- org.apache.pdfbox.contentstream.operator.OperatorProcessor
-
- org.apache.pdfbox.contentstream.operator.color.SetColor
-
- org.apache.pdfbox.contentstream.operator.color.SetStrokingColor
-
- org.apache.pdfbox.contentstream.operator.color.SetStrokingColorN
-
public class SetStrokingColorN extends SetStrokingColor
SCN: Sets the colour to use for stroking stroking operations. Supports Pattern, Separation, DeviceN and ICCBased colour spaces.
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
context
-
-
Constructor Summary
Constructors Constructor Description SetStrokingColorN()
-
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.-
Methods inherited from class org.apache.pdfbox.contentstream.operator.color.SetStrokingColor
getColor, getColorSpace, setColor
-
Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext, setContext
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from class:OperatorProcessor
Returns the name of this operator, e.g. "BI".- Overrides:
getName
in classSetStrokingColor
-
-