Package | Description |
---|---|
com.aspose.pdf.operators |
The
com.aspose.pdf.operators is a package for Operator implementations. |
Modifier and Type | Class and Description |
---|---|
class |
BasicSetColorAndPatternOperator
Base operator for all Set Color operators.
|
class |
BasicSetColorOperator
Base class for set color operators.
|
class |
SetAdvancedColor
Class representing scn operator (set color for non-stroking operations).
|
class |
SetAdvancedColorStroke
Class representing SCN operator (set color for stroking operations).
|
class |
SetCMYKColor
Class representing k operator (set CMYK color for non-stroknig operations).
|
class |
SetCMYKColorStroke
Class representing K operator (set CMYK color for stroking operations).
|
class |
SetColor
Represents class for sc operator (set color for non-stroknig operations).
|
class |
SetColorStroke
Class representing SC operator set color for stroking color operators.
|
class |
SetGray
Set gray level for non-stroking operations.
|
class |
SetGrayStroke
Class representing gray level for stroking operations.
|
class |
SetRGBColor
Class representing rg operator (set RGB color for non-stroknig operators).
|
class |
SetRGBColorStroke
Class representing RG operator (set RGB color for stroking operators).
|