|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.jasmine.monitoring.mbeancmd.graph.Graph
public class Graph
Implements a graph.
Field Summary | |
---|---|
private GraphConfig |
conf
Graph configuration. |
private GraphDisplay |
display
Graph display. |
private java.util.logging.Logger |
logger
Event logger. |
Constructor Summary | |
---|---|
Graph(GraphConfig conf)
Constructor: creates the graph based on the configuration and starts logging if enabled. |
Method Summary | |
---|---|
GraphConfig |
getConfig()
|
void |
update(java.lang.String serie,
double x,
double y)
Implementation of inherited method. |
void |
update(java.lang.String serie,
double x,
long y)
Implementation of inherited method. |
void |
update(java.lang.String serie,
long t,
double y)
Implementation of inherited method. |
void |
update(java.lang.String serie,
long x,
long y)
Implementation of inherited method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private GraphConfig conf
private GraphDisplay display
private java.util.logging.Logger logger
Constructor Detail |
---|
public Graph(GraphConfig conf)
conf
- Graph configuration.Method Detail |
---|
public void update(java.lang.String serie, long x, long y)
update
in interface SerieListener
serie
- Name of the series.x
- Abscissa of the new point.y
- Ordinate of the new point.SerieListener.update(String, long, long)
public void update(java.lang.String serie, long t, double y)
update
in interface SerieListener
serie
- Name of the series.t
- Abscissa of the new point.y
- Ordinate of the new point.SerieListener.update(String, long, double)
public void update(java.lang.String serie, double x, long y)
update
in interface SerieListener
serie
- Name of the series.x
- Abscissa of the new point.y
- Ordinate of the new point.SerieListener.update(String, double, long)
public void update(java.lang.String serie, double x, double y)
update
in interface SerieListener
serie
- Name of the series.x
- Abscissa of the new point.y
- Ordinate of the new point.SerieListener.update(String, double, double)
public GraphConfig getConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |