Class: Glimmer::LibUI::Bezier

Inherits:
Shape
  • Object
show all
Defined in:
lib/glimmer/libui/bezier.rb

Instance Attribute Summary

Attributes inherited from Shape

#args, #block, #keyword, #parent

Instance Method Summary collapse

Methods inherited from Shape

#area_proxy, #children, create, #destroy, exists?, #initialize, #method_missing, parameters, #path_proxy, #post_add_content, #post_initialize_child, #respond_to?, shape_class

Constructor Details

This class inherits a constructor from Glimmer::LibUI::Shape

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Glimmer::LibUI::Shape

Instance Method Details

#draw(area_draw_params) ⇒ Object



29
30
31
32
# File 'lib/glimmer/libui/bezier.rb', line 29

def draw(area_draw_params)
  ::LibUI.draw_path_bezier_to(path_proxy.libui, *@args)
  super
end