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.

Methods

new   plot_metrics  

Constants

FILE_FORMAT = "png"
FORMAT_OPTIONS = "small"

Public Class methods

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

Public Instance methods

Plots all metrics

[Validate]