org.apache.geronimo.monitoring.console
Class StatsGraph
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()
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.