class HexaPDF:: Content:: Operator:: BaseOperator
| Parent | Object |
|---|
Base class for operator implementations.
A default implementation for the serialize method is provided. However, for performance reasons each operator should provide a custom serialize method.
Attributes
The name of the operator.
Public Class Methods
Initialize the operator called name.
Public Instance Methods
Invokes the operator so that it performs its job.
This base version does nothing!
Returns the string representation of the operator, i.e.
operand1 operand2 operand3 name