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

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

public class DescriptorTimeSegmentFactory
extends java.lang.Object

Author:
davidm

Field Summary
static java.lang.String DRAG_ACTION_URI
           
 
Constructor Summary
DescriptorTimeSegmentFactory()
           
 
Method Summary
 double getPreferredHeight()
           
 edu.umd.cs.piccolo.PNode makeSegment(Interval i)
           
 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

DRAG_ACTION_URI

public static java.lang.String DRAG_ACTION_URI
Constructor Detail

DescriptorTimeSegmentFactory

public DescriptorTimeSegmentFactory()
Method Detail

makeSegment

public edu.umd.cs.piccolo.PNode makeSegment(Interval i)

setViewer

public void setViewer(ChronicleViewer v)

setTimeLine

public void setTimeLine(TimeLine tqe)

getPreferredHeight

public double getPreferredHeight()