Module: Tk::Tcllib::Plotchart
- Extended by:
- TkCore
- Defined in:
- lib/tkextlib/tcllib/plotchart.rb,
lib/tkextlib/tcllib/plotchart.rb
Defined Under Namespace
Modules: ChartMethod Classes: Barchart, Barchart3D, Boxplot, Ganttchart, Histogram, HorizontalBarchart, IsometricPlot, Piechart, Plot3D, PlotSeries, PolarPlot, Radialchart, RibbonChart3D, RightAxis, Stripchart, TXPlot, Timechart, XLogYPlot, XYPlot
Constant Summary collapse
- PACKAGE_NAME =
'Plotchart'.freeze
- Polarplot =
PolarPlot
- Isometricplot =
IsometricPlot
Constants included from TkCore
TkCore::EventFlag, TkCore::INTERP, TkCore::INTERP_MUTEX, TkCore::INTERP_ROOT_CHECK, TkCore::INTERP_THREAD, TkCore::INTERP_THREAD_STATUS, TkCore::RUN_EVENTLOOP_ON_MAIN_THREAD, TkCore::WIDGET_DESTROY_HOOK, TkCore::WITH_ENCODING, TkCore::WITH_RUBY_VM
Constants included from TkComm
TkComm::GET_CONFIGINFO_AS_ARRAY, TkComm::GET_CONFIGINFOwoRES_AS_ARRAY, TkComm::TkExtlibAutoloadModule, TkComm::Tk_CMDTBL, TkComm::Tk_IDs, TkComm::Tk_WINDOWS, TkComm::USE_TCLs_LIST_FUNCTIONS, TkComm::WidgetClassNames
Constants included from TkUtil
TkUtil::None, TkUtil::RELEASE_DATE
Class Method Summary collapse
- .coords_3D_to_pixel(w, x, y, z) ⇒ Object
- .coords_to_pixel(w, x, y) ⇒ Object
-
.determine_scale(*args) ⇒ Object
(xmin, xmax, inverted=false).
- .package_name ⇒ Object
- .package_version ⇒ Object
- .pixel_to_coords(w, x, y) ⇒ Object
- .plotconfig(*args) ⇒ Object
- .plotpack(w, dir, *plots) ⇒ Object
- .polar_coordinates(w, radmax) ⇒ Object
- .polar_to_pixel(w, rad, phi) ⇒ Object
- .set_zoom_pan(w) ⇒ Object
-
.view_port(w, *args) ⇒ Object
args := pxmin, pymin, pxmax, pymax.
- .world_3D_coordinates(w, *args) ⇒ Object
-
.world_coordinates(w, *args) ⇒ Object
args := xmin, ymin, xmax, ymax.
Methods included from TkCore
_tk_call_to_list_core, after, after_cancel, after_idle, appname, appsend, appsend_deny, appsend_displayof, callback, callback_break, callback_continue, callback_return, chooseColor, chooseDirectory, do_one_event, event_generate, getMultipleOpenFile, getMultipleSaveFile, getOpenFile, getSaveFile, get_eventloop_tick, get_eventloop_weight, get_no_event_wait, inactive, inactive_displayof, info, ip_eval, ip_eval_with_enc, ip_eval_without_enc, ip_invoke, ip_invoke_with_enc, ip_invoke_without_enc, is_mainloop?, load_cmd_on_ip, mainloop, mainloop_exist?, mainloop_thread?, mainloop_watchdog, messageBox, rb_appsend, rb_appsend_displayof, reset_inactive, reset_inactive_displayof, restart, scaling, scaling_displayof, set_eventloop_tick, set_eventloop_weight, set_no_event_wait, tk_call, tk_call_to_list, tk_call_to_list_with_enc, tk_call_to_list_without_enc, tk_call_to_simplelist, tk_call_to_simplelist_with_enc, tk_call_to_simplelist_without_enc, tk_call_with_enc, tk_call_without_enc, windowingsystem
Methods included from TkComm
_at, _callback_entry?, _callback_entry_class?, _curr_cmd_id, _fromUTF8, _genobj_for_tkwidget, _next_cmd_id, _toUTF8, array2tk_list, #bind, #bind_all, #bind_append, #bind_append_all, #bind_remove, #bind_remove_all, #bindinfo, #bindinfo_all, bool, image_obj, #install_cmd, install_cmd, list, num_or_nil, num_or_str, number, procedure, simplelist, slice_ary, string, #subst, tk_tcl2ruby, uninstall_cmd, #uninstall_cmd, window
Methods included from TkEvent
#install_bind, #install_bind_for_event_class
Methods included from TkUtil
#_conv_args, _conv_args, #_fromUTF8, #_get_eval_enc_str, _get_eval_enc_str, #_get_eval_string, _get_eval_string, _symbolkey2str, #_symbolkey2str, #_toUTF8, #bool, bool, callback, eval_cmd, #hash_kv, hash_kv, install_cmd, #num_or_nil, num_or_nil, num_or_str, #num_or_str, number, #number, string, #string, uninstall_cmd, untrust
Class Method Details
.coords_3D_to_pixel(w, x, y, z) ⇒ Object
110 111 112 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 110 def self.coords_3D_to_pixel(w, x, y, z) list(tk_call_without_enc('::Plotchart::coords3DToPixel', w.path, x, y, z)) end |
.coords_to_pixel(w, x, y) ⇒ Object
106 107 108 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 106 def self.coords_to_pixel(w, x, y) list(tk_call_without_enc('::Plotchart::coordsToPixel', w.path, x, y)) end |
.determine_scale(*args) ⇒ Object
(xmin, xmax, inverted=false)
149 150 151 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 149 def self.determine_scale(*args) # (xmin, xmax, inverted=false) tk_call_without_enc('::Plotchart::determineScale', *args) end |
.package_name ⇒ Object
73 74 75 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 73 def self.package_name PACKAGE_NAME end |
.package_version ⇒ Object
77 78 79 80 81 82 83 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 77 def self.package_version begin TkPackage.require('Plotchart') rescue '' end end |
.pixel_to_coords(w, x, y) ⇒ Object
145 146 147 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 145 def self.pixel_to_coords(w, x, y) list(tk_call_without_enc('::Plotchart::pixelToCoords', w.path, x, y)) end |
.plotconfig(*args) ⇒ Object
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 114 def self.plotconfig(*args) case args.length when 0, 1, 2 # 0: (no args) --> list of chat types # 1: charttype --> list of components # 2: charttype, component --> list of properties simplelist(tk_call('::Plotchart::plotconfig', *args)) when 3 # 3: charttype, component, property --> current value tk_call('::Plotchart::plotconfig', *args) else # 4: charttype, component, property, value : set new value # 5+: Error on Tcl/Tk tk_call('::Plotchart::plotconfig', *args) nil end end |
.plotpack(w, dir, *plots) ⇒ Object
132 133 134 135 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 132 def self.plotpack(w, dir, *plots) tk_call_without_enc('::Plotchart::plotpack', w.path, dir, *plots) w end |
.polar_coordinates(w, radmax) ⇒ Object
137 138 139 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 137 def self.polar_coordinates(w, radmax) tk_call_without_enc('::Plotchart::polarCoordinates', w.path, radmax) end |
.polar_to_pixel(w, rad, phi) ⇒ Object
141 142 143 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 141 def self.polar_to_pixel(w, rad, phi) list(tk_call_without_enc('::Plotchart::polarToPixel', w.path, rad, phi)) end |
.set_zoom_pan(w) ⇒ Object
153 154 155 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 153 def self.set_zoom_pan(w) tk_call_without_enc('::Plotchart::setZoomPan', w.path) end |
.view_port(w, *args) ⇒ Object
args := pxmin, pymin, pxmax, pymax
91 92 93 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 91 def self.view_port(w, *args) # args := pxmin, pymin, pxmax, pymax tk_call_without_enc('::Plotchart::viewPort', w.path, *(args.flatten)) end |
.world_3D_coordinates(w, *args) ⇒ Object
100 101 102 103 104 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 100 def self.world_3D_coordinates(w, *args) # args := xmin, ymin, zmin, xmax, ymax, zmax tk_call_without_enc('::Plotchart::world3DCoordinates', w.path, *(args.flatten)) end |
.world_coordinates(w, *args) ⇒ Object
args := xmin, ymin, xmax, ymax
95 96 97 98 |
# File 'lib/tkextlib/tcllib/plotchart.rb', line 95 def self.world_coordinates(w, *args) # args := xmin, ymin, xmax, ymax tk_call_without_enc('::Plotchart::worldCoordinates', w.path, *(args.flatten)) end |