Class: HexaPDF::Content::Operator::ClipPath
- Inherits:
-
NoArgumentOperator
- Object
- BaseOperator
- NoArgumentOperator
- HexaPDF::Content::Operator::ClipPath
- Defined in:
- lib/hexapdf/content/operator.rb
Overview
Implementation of the ‘W’ and ‘W*’ operators.
See: PDF2.0 s8.5.4
Instance Attribute Summary
Attributes inherited from BaseOperator
Instance Method Summary collapse
-
#invoke(processor) ⇒ Object
:nodoc:.
Methods inherited from NoArgumentOperator
Methods inherited from BaseOperator
Constructor Details
This class inherits a constructor from HexaPDF::Content::Operator::NoArgumentOperator
Instance Method Details
#invoke(processor) ⇒ Object
:nodoc:
664 665 666 |
# File 'lib/hexapdf/content/operator.rb', line 664 def invoke(processor) #:nodoc: processor.graphics_object = :clipping_path end |