public class TimeSelectorEvent extends GraphEvent
Constructor and Description |
---|
TimeSelectorEvent(CommonGraph graph, long startTime, long endTime)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEndDate()
Returns the end date for the time selector.
|
java.util.Date |
getStartDate()
Returns the start date for the time selector.
|
getGraph
public TimeSelectorEvent(CommonGraph graph, long startTime, long endTime)
graph
-startTime
- the start time for the time selectorendTime
- the end time for the time selector