Uses of Class
cz.cuni.jagrlib.testing.SampleColormap.ColormapType

Packages that use SampleColormap.ColormapType
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of SampleColormap.ColormapType in cz.cuni.jagrlib.testing
 

Fields in cz.cuni.jagrlib.testing declared as SampleColormap.ColormapType
protected  SampleColormap.ColormapType SampleColormap.type
          Actual colormap type.
 

Methods in cz.cuni.jagrlib.testing that return SampleColormap.ColormapType
static SampleColormap.ColormapType SampleColormap.ColormapType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SampleColormap.ColormapType[] SampleColormap.ColormapType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.