| This method starts the graph, defining a Matrix. The first parameter is the name of the quality on the X axis,the second is the name of the quality on the Y axis. |
| This method add a bubble with the data of a subject (for example, a Company).The first parameter is the name of the subject (in the example, the Company's name), the second and the third are the values for the 2 qualities (in the example, two Critical Success Factors such as Design and Safety) on the X and on the Y axis: these values must be integers between 1 and 5. The fourth parameter is the third quality that determines the width of the Bubble( in the example, the Market Share): it must be a positive integer and the sum of the values for this quality of all the subject (in the example, the sum of all Market shares ) cannot be greater than 100. The last parameter is the color for the subject's bubble (in the example, the company's bubble): it must be an integer between 1 and 11. |
| This method returns the sum of the values for the third quality of all the subjects (in the example, of all Market shares). |
| This method creates the final graph. The parameter is the name (or the pathname) of the graph you want to create. It must have a .jpeg extension . If you do not provide a path, it will be create on your current directory . ATTENTION:If the filename already exists in this directory, it will be DELETED to be sure that it will be displayed the new one. This method also call the CheckQR() method to check the third quality. |
LEGENDA :
These are the meanings of the symbols on the axis of the matrix: L=LOW (value 1) ML=MEDIUM-LOW (value 2) M=MEDIUM (value 3) MH=MEDIUM-HIGH (value 4) H=HIGH (value 5)