org.opennms.web.graph
Class GraphResults

java.lang.Object
  extended by org.opennms.web.graph.GraphResults

public class GraphResults
extends Object


Nested Class Summary
 class GraphResults.BeanFriendlyCalendar
           
 class GraphResults.GraphResultSet
           
 
Constructor Summary
GraphResults()
           
 
Method Summary
 void addGraphResultSet(GraphResults.GraphResultSet resultSet)
           
 Date getEnd()
           
 GraphResults.BeanFriendlyCalendar getEndCalendar()
           
 int getGraphLeftOffset()
           
 List<GraphResults.GraphResultSet> getGraphResultSets()
           
 int getGraphRightOffset()
           
 int getGraphTopOffsetWithText()
           
 Map<Integer,String> getHourMap()
           
static String[] getHours()
           
 Map<Integer,String> getMonthMap()
           
static String[] getMonths()
           
 String getRelativeTime()
           
 RelativeTimePeriod[] getRelativeTimePeriods()
           
 String[] getReports()
           
 Date getStart()
           
 GraphResults.BeanFriendlyCalendar getStartCalendar()
           
 void setEnd(Date end)
           
 void setGraphLeftOffset(int graphLeftOffset)
           
 void setGraphRightOffset(int graphRightOffset)
           
 void setGraphTopOffsetWithText(int graphTopOffsetWithText)
           
 void setRelativeTime(String relativeTime)
           
 void setRelativeTimePeriods(RelativeTimePeriod[] relativeTimePeriods)
           
 void setReports(String[] reports)
           
 void setStart(Date start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphResults

public GraphResults()
Method Detail

setStart

public void setStart(Date start)

getStart

public Date getStart()

getStartCalendar

public GraphResults.BeanFriendlyCalendar getStartCalendar()

setEnd

public void setEnd(Date end)

getEnd

public Date getEnd()

getEndCalendar

public GraphResults.BeanFriendlyCalendar getEndCalendar()

setRelativeTime

public void setRelativeTime(String relativeTime)

getRelativeTime

public String getRelativeTime()

setRelativeTimePeriods

public void setRelativeTimePeriods(RelativeTimePeriod[] relativeTimePeriods)

getRelativeTimePeriods

public RelativeTimePeriod[] getRelativeTimePeriods()

getMonths

public static String[] getMonths()

getMonthMap

public Map<Integer,String> getMonthMap()

getHours

public static String[] getHours()

getHourMap

public Map<Integer,String> getHourMap()

addGraphResultSet

public void addGraphResultSet(GraphResults.GraphResultSet resultSet)

getGraphResultSets

public List<GraphResults.GraphResultSet> getGraphResultSets()

getReports

public String[] getReports()

setReports

public void setReports(String[] reports)

getGraphLeftOffset

public int getGraphLeftOffset()

setGraphLeftOffset

public void setGraphLeftOffset(int graphLeftOffset)

getGraphRightOffset

public int getGraphRightOffset()

setGraphRightOffset

public void setGraphRightOffset(int graphRightOffset)

getGraphTopOffsetWithText

public int getGraphTopOffsetWithText()

setGraphTopOffsetWithText

public void setGraphTopOffsetWithText(int graphTopOffsetWithText)


Copyright © 2009. All Rights Reserved.