Class: Tetris::View::Block

Inherits:
Object
  • Object
show all
Includes:
Glimmer::UI::CustomWidget
Defined in:
lib/glimmer-dsl-opal/samples/elaborate/tetris/view/block.rb

Instance Attribute Summary collapse

Attributes included from Glimmer::UI::CustomWidget

#body_root, #options, #parent, #swt_style

Method Summary

Methods included from Glimmer::UI::CustomWidget

add_custom_widget_namespaces_for, #add_observer, #async_exec, #attribute_setter, #can_add_observer?, #can_handle_observation_request?, #content, custom_widget_namespaces, for, #get_attribute, #handle_observation_request, #has_attribute?, #has_instance_method?, #has_style?, included, #initialize, #local_respond_to?, #method_missing, namespaces_for_class, #post_initialize_child, reset_custom_widget_namespaces, #respond_to?, #set_attribute, #sync_exec

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Glimmer::UI::CustomWidget

Instance Attribute Details

#bevel_pixel_sizeObject

Returns the value of attribute bevel_pixel_size.



29
30
31
# File 'lib/glimmer-dsl-opal/samples/elaborate/tetris/view/block.rb', line 29

def bevel_pixel_size
  @bevel_pixel_size
end