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

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

public class BagSegmentFactory
extends AbstractAttributeSegmentFactory

Since:
May 17, 2003
Author:
davidm

Nested Class Summary
static class BagSegmentFactory.SegsNode
           
 
Field Summary
static int ALIGN_BOTTOM
           
static int ALIGN_CENTER
           
static int ALIGN_TOP
           
static java.awt.Color[] ALL_COLORS
           
static java.awt.Color[] DUOTONE_GRAY
           
static java.awt.Color[] DUOTONE_GREEN
           
static java.awt.Color[] EVAL_COLORS
           
static java.awt.Color[] GRAYS
           
static java.awt.Color[] GREENS
           
static int STYLE_BRIGHT
           
static int STYLE_NOMINAL
           
static int STYLE_WIDE
           
 
Fields inherited from class edu.umd.cfar.lamp.viper.gui.chronology.AbstractAttributeSegmentFactory
med, tqe
 
Constructor Summary
BagSegmentFactory()
           
 
Method Summary
 int getAlignment()
           
 java.awt.Color[] getColorings()
           
 double getPreferredHeight()
           
 int getStyle()
           
 edu.umd.cs.piccolo.PNode makeSegment(Interval span)
           
 void setAlignment(int i)
           
 void setColorings(java.awt.Color[] colors)
           
 void setStyle(int i)
           
 
Methods inherited from class edu.umd.cfar.lamp.viper.gui.chronology.AbstractAttributeSegmentFactory
setTimeLine, setViewer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVAL_COLORS

public static final java.awt.Color[] EVAL_COLORS

DUOTONE_GREEN

public static final java.awt.Color[] DUOTONE_GREEN

DUOTONE_GRAY

public static final java.awt.Color[] DUOTONE_GRAY

GREENS

public static final java.awt.Color[] GREENS

GRAYS

public static final java.awt.Color[] GRAYS

ALL_COLORS

public static final java.awt.Color[] ALL_COLORS

ALIGN_TOP

public static final int ALIGN_TOP
See Also:
Constant Field Values

ALIGN_CENTER

public static final int ALIGN_CENTER
See Also:
Constant Field Values

ALIGN_BOTTOM

public static final int ALIGN_BOTTOM
See Also:
Constant Field Values

STYLE_WIDE

public static final int STYLE_WIDE
See Also:
Constant Field Values

STYLE_BRIGHT

public static final int STYLE_BRIGHT
See Also:
Constant Field Values

STYLE_NOMINAL

public static final int STYLE_NOMINAL
See Also:
Constant Field Values
Constructor Detail

BagSegmentFactory

public BagSegmentFactory()
Method Detail

makeSegment

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

getColorings

public java.awt.Color[] getColorings()

setColorings

public void setColorings(java.awt.Color[] colors)

getAlignment

public int getAlignment()

setAlignment

public void setAlignment(int i)

getStyle

public int getStyle()

setStyle

public void setStyle(int i)

getPreferredHeight

public double getPreferredHeight()