Uses of Class
org.apache.pdfbox.contentstream.operator.color.SetColor
Packages that use SetColor
-
Uses of SetColor in org.apache.pdfbox.contentstream.operator.color
Subclasses of SetColor in org.apache.pdfbox.contentstream.operator.colorModifier and TypeClassDescriptionclass
sc: Sets the colour to use for non-stroking operations.class
scn: Sets the colour to use for non-stroking operations.class
k: Set the non-stroking colour space to DeviceCMYK and set the colour to use for non-stroking operations.class
g: Set the non-stroking colour space to DeviceGray and set the gray level to use for non-stroking operations.class
rg: Set the non-stroking colour space to DeviceRGB and set the colour to use for non-stroking operations.class
SC: Sets the colour to use for stroking stroking operations.class
SCN: Sets the colour to use for stroking stroking operations.class
K: Set the stroking colour space to DeviceCMYK and set the colour to use for stroking operations.class
G: Set the stroking colour space to DeviceGray and set the gray level to use for stroking operations.class
RG: Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations.