Sha256: 56f7dee3912522a0e381fff4f1114fb1999f8bc07c2edb1f7ec2d0b260201ba5

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 Bytes

Contents

class Shoes
  module Swt
    class ShapePainter < Common::Painter
      def fill(gc)
        gc.fill_path(@obj.element)
      end

      def draw(gc)
        gc.draw_path(@obj.element)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shoes-swt-4.0.0.pre8 lib/shoes/swt/shape_painter.rb
shoes-swt-4.0.0.pre7 lib/shoes/swt/shape_painter.rb