Class SetNonStrokingColor
- java.lang.Object
-
- org.apache.pdfbox.contentstream.operator.OperatorProcessor
-
- org.apache.pdfbox.contentstream.operator.color.SetColor
-
- org.apache.pdfbox.contentstream.operator.color.SetNonStrokingColor
-
- Direct Known Subclasses:
SetNonStrokingColorN,SetNonStrokingDeviceCMYKColor,SetNonStrokingDeviceGrayColor,SetNonStrokingDeviceRGBColor
public class SetNonStrokingColor extends SetColor
sc: Sets the colour to use for non-stroking operations.
-
-
Constructor Summary
Constructors Constructor Description SetNonStrokingColor(PDFStreamEngine context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PDColorgetColor()Returns the non-stroking color.protected PDColorSpacegetColorSpace()Returns the non-stroking color space.java.lang.StringgetName()Returns the name of this operator, e.g.protected voidsetColor(PDColor color)Sets the non-stroking color.-
Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext
-
-
-
-
Constructor Detail
-
SetNonStrokingColor
public SetNonStrokingColor(PDFStreamEngine context)
-
-
Method Detail
-
getColor
protected PDColor getColor()
Returns the non-stroking color.
-
setColor
protected void setColor(PDColor color)
Sets the non-stroking color.
-
getColorSpace
protected PDColorSpace getColorSpace()
Returns the non-stroking color space.- Specified by:
getColorSpacein classSetColor- Returns:
- The non-stroking color space.
-
getName
public java.lang.String getName()
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Specified by:
getNamein classOperatorProcessor- Returns:
- the name of the operator
-
-