Class: Schedule (SVG::Graph)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Schedule#x_label_format [RW]
Schedule#timescale_divisions [RW]
Schedule#popup_format [RW]
Schedule#min_x_value [RW]
Schedule#scale_x_divisions [RW]
Schedule#scale_x_integers [RW]
Schedule#bar_gap [RW]
Instance Methods
Schedule#set_defaults
Schedule#add_data
Schedule#min_x_value= / 1
Schedule#format
Schedule#get_x_labels
Schedule#y_label_offset / 1
Schedule#get_y_labels
Schedule#draw_data
Schedule#get_css
Schedule#x_range
Schedule#get_x_values
is a submodule of
module: Graph ( SVG )
inherits from
  Graph ( SVG::Graph )
has properties
method: set_defaults   
attribute: x_label_format [RW]   
attribute: timescale_divisions [RW]   
attribute: popup_format [RW]   
attribute: min_x_value [RW]   
attribute: scale_x_divisions [RW]   
attribute: scale_x_integers [RW]   
attribute: bar_gap [RW]   
method: add_data   
method: min_x_value= / 1   
method: format   
method: get_x_labels   
method: y_label_offset / 1   
method: get_y_labels   
method: draw_data   
method: get_css   
method: x_range   
method: get_x_values   
is defined at
#84 in lib/SVG/Graph/Schedule.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: SVG
  module: Graph
class: Graph     
class: Schedule     

Class Hierarchy

Object ( Builtin-Module )
Graph ( SVG::Graph )
includes
  REXML   
has properties
method: initialize / 1   
method: add_data   
method: clear_data   
method: burn   
attribute: height [RW]   
attribute: width [RW]   
attribute: style_sheet [RW]   
attribute: show_data_values [RW]   
attribute: min_scale_value [RW]   
attribute: show_x_labels [RW]   
attribute: stagger_x_labels [RW]   
attribute: stagger_y_labels [RW]   
attribute: rotate_x_labels [RW]   
attribute: rotate_y_labels [RW]   
attribute: step_x_labels [RW]   
attribute: step_include_first_x_label [RW]   
attribute: show_y_labels [RW]   
attribute: scale_integers [RW]   
attribute: scale_divisions [RW]   
attribute: show_x_title [RW]   
attribute: x_title [RW]   
attribute: show_y_title [RW]   
attribute: y_title_text_direction [RW]   
attribute: y_title [RW]   
attribute: show_graph_title [RW]   
attribute: graph_title [RW]   
attribute: show_graph_subtitle [RW]   
attribute: graph_subtitle [RW]   
attribute: key [RW]   
attribute: key_position [RW]   
attribute: font_size [RW]   
attribute: x_label_font_size [RW]   
attribute: x_title_font_size [RW]   
attribute: y_label_font_size [RW]   
attribute: y_title_font_size [RW]   
attribute: title_font_size [RW]   
attribute: subtitle_font_size [RW]   
attribute: key_font_size [RW]   
attribute: show_x_guidelines [RW]   
attribute: show_y_guidelines [RW]   
attribute: no_css [RW]   
attribute: add_popups [RW]   
method: sort / 1   
method: init_with   
attribute: top_align [RW]   
attribute: top_font [RW]   
attribute: right_align [RW]   
attribute: right_font [RW]   
constant: KEY_BOX_SIZE   
method: calculate_left_margin   
method: max_y_label_width_px   
method: calculate_right_margin   
method: calculate_top_margin   
method: add_popup / 3   
method: calculate_bottom_margin   
method: draw_graph   
method: x_label_offset / 1   
method: make_datapoint_text / 4   
method: draw_x_labels   
method: y_label_offset / 1   
method: field_width   
method: field_height   
method: draw_y_labels   
method: draw_x_guidelines / 2   
method: draw_y_guidelines / 2   
method: draw_titles   
method: keys   
method: draw_legend   
method: sort_multiple / 3   
method: partition / 3   
method: style   
method: parse_css   
method: add_defs   
method: start_svg   
method: calculate_graph_dimensions   
method: get_style   
Schedule ( SVG::Graph )
has properties
method: set_defaults   
attribute: x_label_format [RW]   
attribute: timescale_divisions [RW]   
attribute: popup_format [RW]   
attribute: min_x_value [RW]   
attribute: scale_x_divisions [RW]   
attribute: scale_x_integers [RW]   
attribute: bar_gap [RW]   
method: add_data   
method: min_x_value= / 1   
method: format   
method: get_x_labels   
method: y_label_offset / 1   
method: get_y_labels   
method: draw_data   
method: get_css   
method: x_range   
method: get_x_values   

Instance Attributes

Schedule#x_label_format [RW]

#101 in lib/SVG/Graph/Schedule.rb

Schedule#timescale_divisions [RW]

#112 in lib/SVG/Graph/Schedule.rb

Schedule#popup_format [RW]

#114 in lib/SVG/Graph/Schedule.rb

Schedule#min_x_value [RW]

#115 in lib/SVG/Graph/Schedule.rb

Schedule#scale_x_divisions [RW]

#116 in lib/SVG/Graph/Schedule.rb

Schedule#scale_x_integers [RW]

#117 in lib/SVG/Graph/Schedule.rb

Schedule#bar_gap [RW]

#118 in lib/SVG/Graph/Schedule.rb

Instance Methods

Schedule#set_defaults

#89 in lib/SVG/Graph/Schedule.rb

set_defaults

Schedule#add_data

#143 in lib/SVG/Graph/Schedule.rb

add_data

Schedule#min_x_value= / 1

#174 in lib/SVG/Graph/Schedule.rb

min_x_value= ( value )

Schedule#format

#180 in lib/SVG/Graph/Schedule.rb

format

Schedule#get_x_labels

#184 in lib/SVG/Graph/Schedule.rb

get_x_labels

Schedule#y_label_offset / 1

#188 in lib/SVG/Graph/Schedule.rb

y_label_offset ( height )

Schedule#get_y_labels

#192 in lib/SVG/Graph/Schedule.rb

get_y_labels

Schedule#draw_data

#196 in lib/SVG/Graph/Schedule.rb

draw_data

Schedule#get_css

#225 in lib/SVG/Graph/Schedule.rb

get_css

Schedule#x_range

#304 in lib/SVG/Graph/Schedule.rb

x_range

Schedule#get_x_values

#322 in lib/SVG/Graph/Schedule.rb

get_x_values