endrov.typeLineage
Class Lineage.InterpolatedParticle

java.lang.Object
  extended by endrov.typeLineage.Lineage.InterpolatedParticle
Enclosing class:
Lineage

public static class Lineage.InterpolatedParticle
extends java.lang.Object

Interpolated particles, contains additional information


Field Summary
 java.awt.Color colorNuc
           
 EvDecimal frameAfter
           
 EvDecimal frameBefore
           
 boolean hasParent
           
 boolean isEnd
           
 Lineage.ParticlePos pos
           
 
Constructor Summary
Lineage.InterpolatedParticle()
           
 
Method Summary
 boolean isKeyFrame(EvDecimal frame)
           
 boolean isVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

public Lineage.ParticlePos pos

frameBefore

public EvDecimal frameBefore

frameAfter

public EvDecimal frameAfter

colorNuc

public java.awt.Color colorNuc

isEnd

public boolean isEnd

hasParent

public boolean hasParent
Constructor Detail

Lineage.InterpolatedParticle

public Lineage.InterpolatedParticle()
Method Detail

isKeyFrame

public boolean isKeyFrame(EvDecimal frame)

isVisible

public boolean isVisible()