umich.cac.queryengine.graph
Class WallClockUserGraph

java.lang.Object
  extended byumich.cac.queryengine.graph.WallClockUserGraph

public final class WallClockUserGraph
extends java.lang.Object

Given the user data, this class produces a java.awt.Image pie chart showing a pie chart of the top 10 users, and % usage of the used cycles

Version:
$Header: /cvsroot/pbsaccounting/pbsaccounting/darkslide/doc/javadoc/umich/cac/queryengine/graph/WallClockUserGraph.html,v 1.3 2003/12/18 17:16:08 rodmach Exp $
Author:
rmach@umich.edu

Constructor Summary
WallClockUserGraph(java.util.Map userDataMap)
          Constructor for the WallClockUserGraph object
 
Method Summary
 java.awt.Image getImage()
          Returns a java.awt.Image pie chart of the top 10 users by usage of used cycles.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WallClockUserGraph

public WallClockUserGraph(java.util.Map userDataMap)
Constructor for the WallClockUserGraph object

Parameters:
userDataMap - The user data
Method Detail

getImage

public java.awt.Image getImage()
Returns a java.awt.Image pie chart of the top 10 users by usage of used cycles.

Returns:
The image