|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.graph.Graph
public class Graph
Graph class.
| Constructor Summary | |
|---|---|
Graph(PrefabGraph graph,
OnmsResource resource,
Date start,
Date end)
Constructor for Graph. |
|
| Method Summary | |
|---|---|
int |
compareTo(Graph other)
compareTo |
Date |
getEnd()
getEnd |
Integer |
getGraphHeight()
getGraphHeight |
Integer |
getGraphWidth()
getGraphWidth |
String |
getName()
getName |
PrefabGraph |
getPrefabGraph()
getPrefabGraph |
String |
getReport()
getReport |
Collection<RrdGraphAttribute> |
getRequiredRrGraphdAttributes()
getRequiredRrGraphdAttributes |
OnmsResource |
getResource()
getResource |
Date |
getStart()
getStart |
String |
getTitle()
getTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Graph(PrefabGraph graph,
OnmsResource resource,
Date start,
Date end)
Constructor for Graph.
graph - a PrefabGraph object.resource - a OnmsResource object.start - a Date object.end - a Date object.| Method Detail |
|---|
public OnmsResource getResource()
getResource
OnmsResource object.public Date getStart()
getStart
Date object.public Date getEnd()
getEnd
Date object.public String getName()
getName
String object.public String getTitle()
getTitle
String object.public int compareTo(Graph other)
compareTo
compareTo in interface Comparable<Graph>other - a Graph object.
public Integer getGraphWidth()
getGraphWidth
Integer object.public Integer getGraphHeight()
getGraphHeight
Integer object.public PrefabGraph getPrefabGraph()
getPrefabGraph
PrefabGraph object.public String getReport()
getReport
String object.public Collection<RrdGraphAttribute> getRequiredRrGraphdAttributes()
getRequiredRrGraphdAttributes
Collection object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||