Package videoRangePanel.pamImage
Interface TimeOffset
- All Known Implementing Classes:
 ImageTimeOffset
public interface TimeOffset
Converts a tiome to another time.
- Author:
 - Jamie Macaulay
 
- 
Method Summary
 
- 
Method Details
- 
getOffsetTime
long getOffsetTime(long originalTime) Get the time offset.- Parameters:
 originalTime- - the orginal time- Returns:
 - the time with time offset.
 
 
 -