Class: Browser::Canvas::Style::Shadow
- Inherits:
-
Browser::Canvas::StyleObject
- Object
- Browser::Canvas::StyleObject
- Browser::Canvas::Style::Shadow
- Defined in:
- opal/browser/canvas/style.rb
Instance Attribute Summary collapse
-
#blur ⇒ Object
Returns the value of attribute blur.
-
#color ⇒ Object
Returns the value of attribute color.
-
#offset ⇒ Object
Returns the value of attribute offset.
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
#blur ⇒ Object
Returns the value of attribute blur.
67 68 69 |
# File 'opal/browser/canvas/style.rb', line 67 def blur @blur end |
#color ⇒ Object
Returns the value of attribute color.
67 68 69 |
# File 'opal/browser/canvas/style.rb', line 67 def color @color end |
#offset ⇒ Object
Returns the value of attribute offset.
67 68 69 |
# File 'opal/browser/canvas/style.rb', line 67 def offset @offset end |