org.apache.geronimo.monitoring.console
Class StatsGraph

java.lang.Object
  extended by org.apache.geronimo.monitoring.console.StatsGraph

public class StatsGraph
extends Object


Constructor Summary
StatsGraph()
           
StatsGraph(Integer graph_id, String graphName, String description, String xAxisLabel, String yAxisLabel, char data1operation, ArrayList<Object> dataSet1, String operation, ArrayList<Object> snapshotTimes, int snapshotDuration, int timeFrame, String hexColor, float warninglevel1, float warninglevel2)
           
StatsGraph(Integer graph_id, String graphName, String description, String xAxisLabel, String yAxisLabel, char data1operation, ArrayList<Object> dataSet1, String operation, char data2operation, ArrayList<Object> dataSet2, ArrayList<Object> snapshotTimes, int snapshotDuration, int timeFrame, String hexColor, float warninglevel1, float warninglevel2)
           
 
Method Summary
 String getColor()
           
 String getDescription()
           
 String getDiv()
           
 String getDivImplement()
           
 String getDivName()
           
 String getJS()
           
 String getName()
           
 int getPointCount()
           
 int getSnapshotDuration()
           
 int getTimeFrame()
           
 String getXAxis()
           
 String getYAxis()
           
 void redraw()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsGraph

public StatsGraph(Integer graph_id,
                  String graphName,
                  String description,
                  String xAxisLabel,
                  String yAxisLabel,
                  char data1operation,
                  ArrayList<Object> dataSet1,
                  String operation,
                  char data2operation,
                  ArrayList<Object> dataSet2,
                  ArrayList<Object> snapshotTimes,
                  int snapshotDuration,
                  int timeFrame,
                  String hexColor,
                  float warninglevel1,
                  float warninglevel2)

StatsGraph

public StatsGraph(Integer graph_id,
                  String graphName,
                  String description,
                  String xAxisLabel,
                  String yAxisLabel,
                  char data1operation,
                  ArrayList<Object> dataSet1,
                  String operation,
                  ArrayList<Object> snapshotTimes,
                  int snapshotDuration,
                  int timeFrame,
                  String hexColor,
                  float warninglevel1,
                  float warninglevel2)

StatsGraph

public StatsGraph()
Method Detail

redraw

public void redraw()

getJS

public String getJS()

getDiv

public String getDiv()

getDivImplement

public String getDivImplement()

getDivName

public String getDivName()

getXAxis

public String getXAxis()

getYAxis

public String getYAxis()

getName

public String getName()

getDescription

public String getDescription()

getSnapshotDuration

public int getSnapshotDuration()

getTimeFrame

public int getTimeFrame()

getPointCount

public int getPointCount()

getColor

public String getColor()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.