class PDF::Inspector::Graphics::JoinStyle

Attributes

join_style[R]
join_style_count[R]

Public Class Methods

new() click to toggle source
# File lib/pdf/inspector/graphics.rb, line 112
def initialize
  @join_style_count = 0
end

Public Instance Methods

set_line_join_style(*params) click to toggle source
# File lib/pdf/inspector/graphics.rb, line 116
def set_line_join_style(*params)
  @join_style_count += 1
  @join_style = params[0]
end