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

java.lang.Object
  extended byedu.umd.cfar.lamp.viper.gui.chronology.AbstractAttributeSegmentFactory
Direct Known Subclasses:
BagSegmentFactory, BboxSegmentFactory, IntegerWidthSegmentFactory

public abstract class AbstractAttributeSegmentFactory
extends java.lang.Object

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


Field Summary
protected  ViperViewMediator med
           
protected  TimeLine tqe
           
 
Constructor Summary
AbstractAttributeSegmentFactory()
           
 
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

AbstractAttributeSegmentFactory

public AbstractAttributeSegmentFactory()
Method Detail

setViewer

public void setViewer(ChronicleViewer v)

setTimeLine

public void setTimeLine(TimeLine tqe)