org.pdfclown.documents.contents.objects.SetFillColor Class Reference
'Set the color to use for nonstroking operations' operation [PDF:1.6:4.5.7].
More...
List of all members.
Public Member Functions |
| override void | Scan (ContentScanner.GraphicsState state) |
| | Applies this object to the specified graphics context, updating the specified graphics state.
|
| | SetFillColor (string operator_, IList< PdfDirectObject > operands) |
| | SetFillColor (IList< PdfDirectObject > operands) |
| | SetFillColor (Color value) |
| override string | ToString () |
| override void | WriteTo (IOutputStream stream, Document context) |
| | Serializes this object to the specified stream.
|
Static Public Member Functions |
| static Operation | Get (string operator_, IList< PdfDirectObject > operands) |
| | Gets an operation.
|
Static Public Attributes |
| static readonly string | ExtendedOperatorKeyword = "scn" |
| | 'Set the color to use for nonstroking operations in any color space' operator.
|
| static readonly string | OperatorKeyword = "sc" |
| | 'Set the color to use for nonstroking operations in a device, CIE-based (other than ICCBased), or Indexed color space' operator.
|
Protected Member Functions |
| | SetFillColor (string operator_, PdfName name, Color underlyingColor) |
| | SetFillColor (string operator_, PdfName name) |
| | SetFillColor (string operator_, Color value) |
Protected Attributes |
| IList< PdfDirectObject > | operands |
| string | operator_ |
Properties |
| IList< PdfDirectObject > | Components [get] |
| IList< PdfDirectObject > | Operands [get] |
| string | Operator [get] |
'Set the color to use for nonstroking operations' operation [PDF:1.6:4.5.7].
Constructor & Destructor Documentation
| org.pdfclown.documents.contents.objects.SetFillColor.SetFillColor |
( |
Color |
value |
) |
|
| org.pdfclown.documents.contents.objects.SetFillColor.SetFillColor |
( |
IList< PdfDirectObject > |
operands |
) |
|
| org.pdfclown.documents.contents.objects.SetFillColor.SetFillColor |
( |
string |
operator_, |
|
|
IList< PdfDirectObject > |
operands | |
|
) |
| | |
| org.pdfclown.documents.contents.objects.SetFillColor.SetFillColor |
( |
string |
operator_, |
|
|
Color |
value | |
|
) |
| | [protected] |
| org.pdfclown.documents.contents.objects.SetFillColor.SetFillColor |
( |
string |
operator_, |
|
|
PdfName |
name | |
|
) |
| | [protected] |
- Parameters:
-
| operator_ | Graphics operator. |
| name | Name of the color resource entry (see Pattern). |
| org.pdfclown.documents.contents.objects.SetFillColor.SetFillColor |
( |
string |
operator_, |
|
|
PdfName |
name, |
|
|
Color |
underlyingColor | |
|
) |
| | [protected] |
Member Function Documentation
| static Operation org.pdfclown.documents.contents.objects.Operation.Get |
( |
string |
operator_, |
|
|
IList< PdfDirectObject > |
operands | |
|
) |
| | [static, inherited] |
Gets an operation.
- Parameters:
-
| operator_ | Operator. |
| operands | List of operands. |
| override string org.pdfclown.documents.contents.objects.Operation.ToString |
( |
|
) |
[inherited] |
| override void org.pdfclown.documents.contents.objects.Operation.WriteTo |
( |
IOutputStream |
stream, |
|
|
Document |
context | |
|
) |
| | [virtual, inherited] |
Member Data Documentation
'Set the color to use for nonstroking operations in any color space' operator.
Property Documentation
IList<PdfDirectObject> org.pdfclown.documents.contents.objects.SetFillColor.Components [get] |
IList<PdfDirectObject> org.pdfclown.documents.contents.objects.Operation.Operands [get, inherited] |
string org.pdfclown.documents.contents.objects.Operation.Operator [get, inherited] |