endrov.windowLineage
Class LineageView.ExpRenderSetting

java.lang.Object
  extended by endrov.windowLineage.LineageView.ExpRenderSetting
Enclosing class:
LineageView

public static class LineageView.ExpRenderSetting
extends java.lang.Object


Field Summary
 EvColor color
           
 java.lang.String expname1
           
 java.lang.String expname2
           
 java.lang.Double scale1
           
 int type
           
static int typeColorIntensity
           
static int typeColorIntensityDiff
           
static int typeGraphOnTop
           
static int typeLineThickness
           
static int typeTimeDev
           
 
Constructor Summary
LineageView.ExpRenderSetting()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

typeGraphOnTop

public static final int typeGraphOnTop
See Also:
Constant Field Values

typeColorIntensity

public static final int typeColorIntensity
See Also:
Constant Field Values

typeColorIntensityDiff

public static final int typeColorIntensityDiff
See Also:
Constant Field Values

typeTimeDev

public static final int typeTimeDev
See Also:
Constant Field Values

typeLineThickness

public static final int typeLineThickness
See Also:
Constant Field Values

color

public EvColor color

type

public int type

expname1

public java.lang.String expname1

expname2

public java.lang.String expname2

scale1

public java.lang.Double scale1
Constructor Detail

LineageView.ExpRenderSetting

public LineageView.ExpRenderSetting()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object