Class: Browser::Canvas::Style::Line
- Inherits:
-
Browser::Canvas::StyleObject
- Object
- Browser::Canvas::StyleObject
- Browser::Canvas::Style::Line
- Defined in:
- opal/browser/canvas/style.rb
Instance Attribute Summary collapse
-
#cap ⇒ Object
Returns the value of attribute cap.
-
#join ⇒ Object
Returns the value of attribute join.
-
#miter_limit ⇒ Object
Returns the value of attribute miter_limit.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from Browser::Canvas::StyleObject
Method Summary
Methods inherited from Browser::Canvas::StyleObject
Constructor Details
This class inherits a constructor from Browser::Canvas::StyleObject
Instance Attribute Details
#cap ⇒ Object
Returns the value of attribute cap.
17 18 19 |
# File 'opal/browser/canvas/style.rb', line 17 def cap @cap end |
#join ⇒ Object
Returns the value of attribute join.
17 18 19 |
# File 'opal/browser/canvas/style.rb', line 17 def join @join end |
#miter_limit ⇒ Object
Returns the value of attribute miter_limit.
17 18 19 |
# File 'opal/browser/canvas/style.rb', line 17 def miter_limit @miter_limit end |
#width ⇒ Object
Returns the value of attribute width.
17 18 19 |
# File 'opal/browser/canvas/style.rb', line 17 def width @width end |