org.opennms.web.graph
Class Graph

java.lang.Object
  extended by org.opennms.web.graph.Graph
All Implemented Interfaces:
Comparable<Graph>

public class Graph
extends Object
implements Comparable<Graph>


Constructor Summary
Graph(PrefabGraph graph, OnmsResource resource, Date start, Date end)
           
 
Method Summary
 int compareTo(Graph other)
           
 Date getEnd()
           
 Integer getGraphHeight()
           
 Integer getGraphWidth()
           
 String getName()
           
 PrefabGraph getPrefabGraph()
           
 String getReport()
           
 Collection<RrdGraphAttribute> getRequiredRrGraphdAttributes()
           
 OnmsResource getResource()
           
 Date getStart()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph

public Graph(PrefabGraph graph,
             OnmsResource resource,
             Date start,
             Date end)
Method Detail

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.