org.pdfclown.documents.contents.objects.DrawRectangle Class Reference
'Append a rectangle to the current path as a complete subpath' operation [PDF:1.6:4.4.1].
More...
List of all members.
Public Member Functions |
| | DrawRectangle (IList< PdfDirectObject > operands) |
| | DrawRectangle (double x, double y, double width, double height) |
| override void | Scan (ContentScanner.GraphicsState state) |
| | Applies this object to the specified graphics context, updating the specified graphics state.
|
| 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 | OperatorKeyword = "re" |
Protected Attributes |
| IList< PdfDirectObject > | operands |
| string | operator_ |
Properties |
| double | Height [get, set] |
| IList< PdfDirectObject > | Operands [get] |
| string | Operator [get] |
| double | Width [get, set] |
| double | X [get, set] |
| double | Y [get, set] |
'Append a rectangle to the current path as a complete subpath' operation [PDF:1.6:4.4.1].
Constructor & Destructor Documentation
| org.pdfclown.documents.contents.objects.DrawRectangle.DrawRectangle |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
width, |
|
|
double |
height | |
|
) |
| | |
| org.pdfclown.documents.contents.objects.DrawRectangle.DrawRectangle |
( |
IList< PdfDirectObject > |
operands |
) |
|
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
Property Documentation
double org.pdfclown.documents.contents.objects.DrawRectangle.Height [get, set] |
IList<PdfDirectObject> org.pdfclown.documents.contents.objects.Operation.Operands [get, inherited] |
string org.pdfclown.documents.contents.objects.Operation.Operator [get, inherited] |
double org.pdfclown.documents.contents.objects.DrawRectangle.Width [get, set] |
double org.pdfclown.documents.contents.objects.DrawRectangle.X [get, set] |
double org.pdfclown.documents.contents.objects.DrawRectangle.Y [get, set] |