Uses of Class
anl.aida.palette.ColorMap.IntervalType

Packages that use ColorMap.IntervalType
anl.aida.palette   
 

Uses of ColorMap.IntervalType in anl.aida.palette
 

Fields in anl.aida.palette declared as ColorMap.IntervalType
private  ColorMap.IntervalType ColorMap.intervalType
           
 

Methods in anl.aida.palette that return ColorMap.IntervalType
 ColorMap.IntervalType ColorMap.getIntervalType()
           
static ColorMap.IntervalType ColorMap.getIntervalType(java.lang.String type)
           
static ColorMap.IntervalType ColorMap.IntervalType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColorMap.IntervalType[] ColorMap.IntervalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in anl.aida.palette with parameters of type ColorMap.IntervalType
 void ColorMap.setIntervalType(ColorMap.IntervalType intervalType)