Class SetStrokingColor
java.lang.Object
org.apache.pdfbox.contentstream.operator.OperatorProcessor
org.apache.pdfbox.contentstream.operator.color.SetColor
org.apache.pdfbox.contentstream.operator.color.SetStrokingColor
- Direct Known Subclasses:
SetStrokingColorN,SetStrokingDeviceCMYKColor,SetStrokingDeviceGrayColor,SetStrokingDeviceRGBColor
SC: Sets the colour to use for stroking 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 stroking color.protected PDColorSpaceReturns the stroking color space.getName()Returns the name of this operator, e.g.protected voidSets the stroking color.Methods inherited from class org.apache.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext, setContext
-
Constructor Details
-
SetStrokingColor
public SetStrokingColor()
-
-
Method Details
-
getColor
Returns the stroking color. -
setColor
Sets the stroking color. -
getColorSpace
Returns the stroking color space.- Specified by:
getColorSpacein classSetColor- Returns:
- The stroking color space.
-
getName
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Specified by:
getNamein classOperatorProcessor
-