Class: HexaPDF::Content::Operator::EndPath
- Inherits:
-
NoArgumentOperator
- Object
- BaseOperator
- NoArgumentOperator
- HexaPDF::Content::Operator::EndPath
- 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
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:
653 654 655 |
# File 'lib/hexapdf/content/operator.rb', line 653 def invoke(processor) #:nodoc: processor.graphics_object = :none end |