# File lib/rabbit/element/poppler-page.rb, line 31 def clear_theme super @width, @height = @page.size end
# File lib/rabbit/element/poppler-page.rb, line 15 def draw_element(canvas, x, y, w, h, simulation) unless simulation canvas.draw_poppler_page(@page, x, y, :width => w, :height => h) end [x, y + height, w, h - height] end
Generated with the Darkfish Rdoc Generator 2.