Class: RubyPost::Draw

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

Overview

implements the metapost draw 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



74
75
76
# File 'lib/draw.rb', line 74

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