Cytoscape 2.8.0 API

Uses of Class
cytoscape.visual.mappings.NumberInterpolator

Packages that use NumberInterpolator
cytoscape.visual.mappings The Mappings are used by Calculators to map graph attributes to visual attribute values. 
 

Uses of NumberInterpolator in cytoscape.visual.mappings
 

Subclasses of NumberInterpolator in cytoscape.visual.mappings
 class LinearNumberInterpolator
          This subclass of NumberInterpolator further assumes a linear interpolation, and calculates the fractional distance of the target domain value from the lower boundary value for the convenience of subclasses.
 class LinearNumberToColorInterpolator
          The class provides a linear interpolation between color values.
 class LinearNumberToNumberInterpolator
          The class assumes that the supplied range objects are Numbers, and returns a linearly interplated value according to the value of frac.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.