Cytoscape 2.8.0 API

Uses of Interface
cytoscape.visual.mappings.Interpolator

Packages that use Interpolator
cytoscape.visual.mappings The Mappings are used by Calculators to map graph attributes to visual attribute values. 
cytoscape.visual.mappings.continuous Mappings from a continuous numerical input to a particular visual attribute. 
 

Uses of Interpolator in cytoscape.visual.mappings
 

Classes in cytoscape.visual.mappings that implement Interpolator
 class FlatInterpolator
          This simple Interpolator returns the value at either the lower or upper boundary of the domain.
 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.
 class NumberInterpolator
          This partial implementation of Interpolator assumes that the domain values are some kind of number, and extracts the values into ordinary doubles for the convenience of subclasses.
 

Methods in cytoscape.visual.mappings that return Interpolator
 Interpolator ContinuousMapping.getInterpolator()
          Gets the Mapping Interpolator.
static Interpolator InterpolatorFactory.newInterpolator(String typeName)
          Attempt to construct one of the standard interpolators.
 

Methods in cytoscape.visual.mappings with parameters of type Interpolator
static String InterpolatorFactory.getName(Interpolator fInt)
          Given an Interpolator, returns an identifying name as recognized by the newInterpolator method.
 void ContinuousMapping.setInterpolator(Interpolator interpolator)
          Sets the Mapping Interpolator.
 

Uses of Interpolator in cytoscape.visual.mappings.continuous
 

Methods in cytoscape.visual.mappings.continuous that return Interpolator
 Interpolator ContinuousMappingReader.getInterpolator()
          Gets Interpolator Object.
 

Constructors in cytoscape.visual.mappings.continuous with parameters of type Interpolator
ContinuousMappingWriter(List points, String baseKey, String attrName, Interpolator interp)
          Constructor.
ContinuousRangeCalculator(List<ContinuousMappingPoint> points, Interpolator interpolator, Map attrBundle)
          Constructor.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.