nl.tudelft.goal.ut2004.visualizer.timeline.map
Interface IFadeLine

Package class diagram package IFadeLine
All Known Implementing Classes:
DefaultFadeLine

public interface IFadeLine

Interface for fade line of an agent in the map.

Author:
Honza

Method Summary
 long getDuration()
          Fade line is not of infinite length.
 cz.cuni.amis.pogamut.base3d.worldview.object.Location getPosition(long time)
          Get position where was fadeline
 

Method Detail

getPosition

cz.cuni.amis.pogamut.base3d.worldview.object.Location getPosition(long time)
Get position where was fadeline

Parameters:
time - how long in past do we want to know the position (higher number = longer in past)
Returns:
Position of fade line at specified time in past

getDuration

long getDuration()
Fade line is not of infinite length. How big interval does it represents?

Returns:
What time duration does fade line represents, in ms


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.