Class: Shoes::Swt::Background::Painter
- Inherits:
-
RectPainter
- Object
- Common::Painter
- RectPainter
- Shoes::Swt::Background::Painter
- Defined in:
- shoes-swt/lib/shoes/swt/background.rb
Constant Summary
Constants inherited from Common::Painter
Constants included from Common::Resource
Instance Method Summary collapse
Methods inherited from RectPainter
#draw, #fill, #inset, #inset_fill?, #rounded?, #strokewidth?
Methods inherited from Common::Painter
#after_painted, #before_painted, #draw, #drawing_bottom, #drawing_top, #fill, #fill_and_draw, #fill_setup, #initialize, #paint_control, #paint_object, #reset_rotate, #set_rotate
Methods included from Common::Resource
#clip_context_to, #dispose_previous_contexts, #reset_graphics_context, #set_defaults_on_context, #track_graphics_context
Constructor Details
This class inherits a constructor from Shoes::Swt::Common::Painter
Instance Method Details
#draw_setup(_gc) ⇒ Object
38 39 40 |
# File 'shoes-swt/lib/shoes/swt/background.rb', line 38 def draw_setup(_gc) # don't draw end |