net.sourceforge.plantuml.project2
Class TimeLineDay

java.lang.Object
  extended by net.sourceforge.plantuml.project2.TimeLineDay
All Implemented Interfaces:
TimeLine

public class TimeLineDay
extends Object
implements TimeLine


Constructor Summary
TimeLineDay()
           
 
Method Summary
 TimeResolution getTimeResolution()
           
 boolean isClosed(TimeElement timeElement)
           
 TimeElement next(TimeElement timeElement)
           
 TimeElement previous(TimeElement timeElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeLineDay

public TimeLineDay()
Method Detail

next

public TimeElement next(TimeElement timeElement)
Specified by:
next in interface TimeLine

previous

public TimeElement previous(TimeElement timeElement)
Specified by:
previous in interface TimeLine

getTimeResolution

public TimeResolution getTimeResolution()
Specified by:
getTimeResolution in interface TimeLine

isClosed

public boolean isClosed(TimeElement timeElement)
Specified by:
isClosed in interface TimeLine


Copyright © 2013. All Rights Reserved.