Class: Browser::Canvas::Style::Line

Inherits:
Browser::Canvas::StyleObject show all
Defined in:
opal/browser/canvas/style.rb

Instance Attribute Summary collapse

Attributes inherited from Browser::Canvas::StyleObject

#context

Method Summary

Methods inherited from Browser::Canvas::StyleObject

#initialize

Constructor Details

This class inherits a constructor from Browser::Canvas::StyleObject

Instance Attribute Details

#capObject

Returns the value of attribute cap.



17
18
19
# File 'opal/browser/canvas/style.rb', line 17

def cap
  @cap
end

#joinObject

Returns the value of attribute join.



17
18
19
# File 'opal/browser/canvas/style.rb', line 17

def join
  @join
end

#miter_limitObject

Returns the value of attribute miter_limit.



17
18
19
# File 'opal/browser/canvas/style.rb', line 17

def miter_limit
  @miter_limit
end

#widthObject

Returns the value of attribute width.



17
18
19
# File 'opal/browser/canvas/style.rb', line 17

def width
  @width
end