Class: HexaPDF::Content::Operator::ClipPath

Inherits:
NoArgumentOperator show all
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

#name

Instance Method Summary collapse

Methods inherited from NoArgumentOperator

#initialize, #serialize

Methods inherited from BaseOperator

#initialize, #serialize

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