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
sc: Sets the colour to use for non-stroking operations.
- Author:
- John Hewson
-
Field Summary
Fields inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PDColorgetColor()Returns the non-stroking color.protected PDColorSpaceReturns the non-stroking color space.getName()Returns the name of this operator, e.g.protected voidSets the non-stroking color.Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext, setContext
-
Constructor Details
-
SetNonStrokingColor
public SetNonStrokingColor()
-
-
Method Details
-
getColor
Returns the non-stroking color. -
setColor
Sets the non-stroking color. -
getColorSpace
Returns the non-stroking color space.- Specified by:
getColorSpacein classSetColor- Returns:
- The non-stroking color space.
-
getName
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Specified by:
getNamein classOperatorProcessor
-