org.dcm4che2.hp
Class RelativeTime

java.lang.Object
  extended by org.dcm4che2.hp.RelativeTime

public class RelativeTime
extends java.lang.Object

Since:
Oct 21, 2005
Version:
$Revision: 444 $ $Date: 2005-10-21 14:02:11 +0200 (Fri, 21 Oct 2005) $
Author:
gunter zeilinger(gunterze@gmail.com)

Constructor Summary
RelativeTime()
           
RelativeTime(int start, int end, RelativeTimeUnits units)
           
 
Method Summary
 int getEnd()
           
 java.util.Date getEndDate()
           
 int getStart()
           
 java.util.Date getStartDate()
           
 RelativeTimeUnits getUnits()
           
 boolean isCurrentTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativeTime

public RelativeTime()

RelativeTime

public RelativeTime(int start,
                    int end,
                    RelativeTimeUnits units)
Method Detail

getStart

public final int getStart()

getEnd

public final int getEnd()

getStartDate

public java.util.Date getStartDate()

getEndDate

public java.util.Date getEndDate()

isCurrentTime

public final boolean isCurrentTime()

getUnits

public final RelativeTimeUnits getUnits()


Copyright © 2011 dcm4che. All Rights Reserved.