Class: ImageVoodoo::Graphics2D

Inherits:
Object
  • Object
show all
Defined in:
lib/image_voodoo/awt/core_ext/graphics2d.rb

Overview

Re-open to add convenience methods.

Instance Method Summary collapse

Instance Method Details

#draw_this_image(image) ⇒ Object



11
12
13
# File 'lib/image_voodoo/awt/core_ext/graphics2d.rb', line 11

def draw_this_image(image)
  draw_image image, 0, 0, nil
end