Class: Glimmer::SWT::Custom::Shape::Focus
- Inherits:
-
Glimmer::SWT::Custom::Shape
- Object
- Glimmer::SWT::Custom::Shape
- Glimmer::SWT::Custom::Shape::Focus
- Defined in:
- lib/glimmer/swt/custom/shape/focus.rb
Overview
Represents a focus shape to be drawn on a control/widget/canvas/display Helps highlight focus on another selected shape
Constant Summary
Constants inherited from Glimmer::SWT::Custom::Shape
Instance Attribute Summary
Attributes inherited from Glimmer::SWT::Custom::Shape
#args, #drawable, #extent, #name, #options, #parent, #properties, #shapes
Instance Method Summary collapse
Methods inherited from Glimmer::SWT::Custom::Shape
#absolute_x, #absolute_y, #add_shape, #all_parent_properties, #amend_method_name_options_based_on_properties!, #apply_property_arg_conversions, #apply_shape_arg_conversions!, #apply_shape_arg_defaults!, arg_options, #background_pattern_args, #bounds, #calculate_args!, #calculate_paint_args!, #calculated_args?, #calculated_args_changed!, #calculated_args_changed_for_defaults!, #calculated_height, #calculated_width, #calculated_x, #calculated_y, #center_x, #center_y, #clear_shapes, #composite?, #contain?, #container?, #content, #convert_properties!, #converted_properties, create, #current_parameter_name?, #default_height, #default_height?, #default_width, #default_width?, #default_x, #default_x?, #default_y, #default_y?, #dispose, #draw?, #ensure_extent, #expanded_shapes, #fill?, flyweight_method_names, flyweight_patterns, #foreground_pattern_args, gc_instance_methods, #get_attribute, #get_data, #get_parameter_attribute, #gradient?, #has_attribute?, #has_some_background?, #has_some_foreground?, #height_delta, #height_delta=, #include?, #initialize, #inspect, #irregular?, keywords, #location, #location_parameter_names, #max_height, #max_height?, #max_width, #max_width?, #method_missing, method_name, #move_by, #paint, #paint_children, #paint_self, #parameter_index, #parameter_name?, #parent_shape_composites, #parent_shape_containers, #parent_shapes, #pattern, pattern, #pattern_args, #possible_parameter_names, #post_add_content, #respond_to?, #rotate, #rotation_angle, #round?, #set_attribute, #set_data, #set_parameter_attribute, #size, #tolerate_shape_extra_args!, valid?, #width_delta, #width_delta=, #x_delta, #x_delta=, #x_end, #y_delta, #y_delta=, #y_end
Methods included from Properties
attribute_getter, #attribute_getter, attribute_setter, #attribute_setter, normalized_attribute, #normalized_attribute, ruby_attribute_getter, #ruby_attribute_setter, ruby_attribute_setter
Constructor Details
This class inherits a constructor from Glimmer::SWT::Custom::Shape
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Glimmer::SWT::Custom::Shape
Instance Method Details
#parameter_names ⇒ Object
36 37 38 |
# File 'lib/glimmer/swt/custom/shape/focus.rb', line 36 def parameter_names [:x, :y, :width, :height] end |