|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.nb.pogamut.unreal.timeline.map.TLFadeLine
public class TLFadeLine
More or less dummy class representing fade line for entity.
| Constructor Summary | |
|---|---|
protected |
TLFadeLine(TLEntity entity,
long time)
Create a new fade line for entity ending at time time. |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TLFadeLine(TLEntity entity,
long time)
entity - entity that this fade line representstime - time when fade line ended, in ms| Method Detail |
|---|
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getPosition(long time)
IFadeLine
getPosition in interface IFadeLinetime - how long in past do we want to know the position (higher number = longer in past)
public long getDuration()
IFadeLine
getDuration in interface IFadeLine
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||