edu.umd.cfar.lamp.viper.gui.chronology
Class AbstractAttributeSegmentRenderer

java.lang.Object
  extended byedu.umd.cfar.lamp.viper.gui.chronology.AbstractAttributeSegmentRenderer

public abstract class AbstractAttributeSegmentRenderer
extends java.lang.Object

Generator for attribute segments. Individual attribute typs should subclass this.


Field Summary
protected  ViperViewMediator med
           
protected  TimeLine tqe
           
 
Constructor Summary
AbstractAttributeSegmentRenderer()
           
 
Method Summary
 void setTimeLine(TimeLine tqe)
           
 void setViewer(ChronicleViewer v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

med

protected ViperViewMediator med

tqe

protected TimeLine tqe
Constructor Detail

AbstractAttributeSegmentRenderer

public AbstractAttributeSegmentRenderer()
Method Detail

setViewer

public void setViewer(ChronicleViewer v)

setTimeLine

public void setTimeLine(TimeLine tqe)