Class: Browser::Canvas::Style::Shadow

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

#blurObject

Returns the value of attribute blur.



70
71
72
# File 'opal/browser/canvas/style.rb', line 70

def blur
  @blur
end

#colorObject

Returns the value of attribute color.



70
71
72
# File 'opal/browser/canvas/style.rb', line 70

def color
  @color
end

#offsetObject

Returns the value of attribute offset.



70
71
72
# File 'opal/browser/canvas/style.rb', line 70

def offset
  @offset
end