Class: Pdfrb::Content::Operator::Flatness

Inherits:
Base
  • Object
show all
Defined in:
lib/pdfrb/content/operators/graphics_state_params.rb

Class Method Summary collapse

Methods inherited from Base

register, serialize

Class Method Details

.invoke(processor, n) ⇒ Object



60
61
62
# File 'lib/pdfrb/content/operators/graphics_state_params.rb', line 60

def self.invoke(processor, n)
  processor.update_graphics_state(flatness: n.to_i)
end

.nameObject



59
# File 'lib/pdfrb/content/operators/graphics_state_params.rb', line 59

def self.name; "i"; end