cytoscape.visual.mappings
Class InterpolatorFactory
java.lang.Object
cytoscape.visual.mappings.InterpolatorFactory
public class InterpolatorFactory
- extends Object
Provides static factory methods for constructing known interpolators from
a recognized name, for example from a properties object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterpolatorFactory
public InterpolatorFactory()
newInterpolator
public static Interpolator newInterpolator(String typeName)
- Attempt to construct one of the standard interpolators. The argument
should be the simple class name of a known interpolator (i.e., no
package information).
getName
public static String getName(Interpolator fInt)
- Given an Interpolator, returns an identifying name as recognized
by the newInterpolator method. null will be returned if the argument
is null or of an unrecognized class type.