org.opennms.web.graph
Class Graph
java.lang.Object
org.opennms.web.graph.Graph
- All Implemented Interfaces:
- Comparable<Graph>
public class Graph
- extends Object
- implements Comparable<Graph>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Graph
public Graph(PrefabGraph graph,
OnmsResource resource,
Date start,
Date end)
getResource
public OnmsResource getResource()
getStart
public Date getStart()
getEnd
public Date getEnd()
getName
public String getName()
getTitle
public String getTitle()
compareTo
public int compareTo(Graph other)
- Specified by:
compareTo in interface Comparable<Graph>
getGraphWidth
public Integer getGraphWidth()
getGraphHeight
public Integer getGraphHeight()
getPrefabGraph
public PrefabGraph getPrefabGraph()
getReport
public String getReport()
getRequiredRrGraphdAttributes
public Collection<RrdGraphAttribute> getRequiredRrGraphdAttributes()
Copyright © 2009. All Rights Reserved.