Class | MetricsUtils::CKJMMetricGrapher |
In: |
metrics_utils.rb
|
Parent: | Object |
This class graphs the Chidamber-Kemerer metrics to PNG files, as currently configured. It needs gnuplot v4.0 or later.
FILE_FORMAT | = | "png" |
FORMAT_OPTIONS | = | "small" |
Initializes the instance.
ckjm_file_name: | Input file |
project_desc: | Short project description to go on graphs |
plotter: | A Plotter-like object that responds to open, close, print_to_graph(str), and end_of_data |
jm: | An instance of the JavaMetrics object |