Uses of Class
fern.cytoscape.ColorCalculator.Scale

Packages that use ColorCalculator.Scale
fern.cytoscape Provides the classes for the cytoscape plugin. 
 

Uses of ColorCalculator.Scale in fern.cytoscape
 

Methods in fern.cytoscape that return ColorCalculator.Scale
 ColorCalculator.Scale ColorCalculator.getScale()
           
static ColorCalculator.Scale ColorCalculator.Scale.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ColorCalculator.Scale[] ColorCalculator.Scale.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fern.cytoscape with parameters of type ColorCalculator.Scale
 void ColorCalculator.setScale(ColorCalculator.Scale scale)