Object
Defines the block to be the enter_page_function for FigureMaker.default.
# File lib/Tioga/Doc.rb, line 99 def FigureMaker.def_enter_page_function(&cmd) end
The default FigureMaker is typically the one to use. Most tioga figure class definitions begin their initialization by storing this in an instance variable for easy access in the figure methods.
# File lib/Tioga/Doc.rb, line 74 def FigureMaker.default end
# File lib/Tioga/Doc.rb, line 77 def FigureMaker.default=(fm) end
Executes the block with FigureMaker.default as argument.
# File lib/Tioga/Doc.rb, line 84 def FigureMaker.exec(&cmd) end
Executes the block to create a pdf with the given name. The argument for the block is FigureMaker.default.
# File lib/Tioga/Doc.rb, line 92 def FigureMaker.make_pdf(name,&cmd) end
Alias for FigureMaker.def_enter_page_function. Defines the block to be the enter_page_function for FigureMaker.default.
# File lib/Tioga/Doc.rb, line 107 def FigureMaker.page_style(&cmd) end
Generated with the Darkfish Rdoc Generator 2.