Class: HexaPDF::Content::Operator::EndPath

Inherits:
NoArgumentOperator show all
Defined in:
lib/hexapdf/content/operator.rb

Overview

Implementation of the ‘S’, ‘s’, ‘f’, ‘F’, ‘f*’, ‘B’, ‘B*’, ‘b’, ‘b*’ and ‘n’ operators.

See: PDF2.0 s8.5.3.1

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:



653
654
655
# File 'lib/hexapdf/content/operator.rb', line 653

def invoke(processor) #:nodoc:
  processor.graphics_object = :none
end