class ImageParadise::Interactive
Public Class Methods
[](i = '')
click to toggle source
Public Instance Methods
display_prompt()
click to toggle source
generate_bachelor_and_master_images()
click to toggle source
#¶ ↑
generate_bachelor_and_master_images
(main tag)¶ ↑
#¶ ↑
# File lib/image_paradise/shell/interactive.rb, line 117 def generate_bachelor_and_master_images height_value = 28 width_value = 94 pointsize_value = 18 # ======================================================================= # # Designate another store-location for our two images there. # ======================================================================= # ImageParadise.store_image_files_in_this_directory = '/home/x/DATA/IMG/STUDIUM/' ImageParadise.write_this_text( 'Bachelor', {colour: 'red', height: height_value, width: width_value, upcase_filename: true, pointsize: pointsize_value} ) ImageParadise.write_this_text( 'Master', {colour: 'darkblue', height: height_value, width: width_value, upcase_filename: true, pointsize: pointsize_value} ) end
input?()
click to toggle source
obtain_user_input()
click to toggle source
reset()
click to toggle source
run()
click to toggle source
set_input(i = '')
click to toggle source