Class: RubyPost::Fill

Inherits:
BaseDrawCommand show all
Defined in:
lib/draw.rb

Overview

implements the metapost fill command

Instance Attribute Summary

Attributes inherited from BaseDrawCommand

#drawable

Instance Method Summary collapse

Methods inherited from BaseDrawCommand

#add_option, #color, #colour, #compile_options, #initialize, #rotate, #scale, #set_drawable, #translate

Constructor Details

This class inherits a constructor from RubyPost::BaseDrawCommand

Instance Method Details

#compileObject



83
84
85
# File 'lib/draw.rb', line 83

def compile
  'fill ' + @drawable.compile + ' ' + compile_options + ";\n"
end