Cytoscape 2.8.0 API

cytoscape.util
Class ScalerFactory

java.lang.Object
  extended by cytoscape.util.ScalerFactory

public class ScalerFactory
extends Object


Constructor Summary
ScalerFactory()
           
 
Method Summary
static Scaler getScaler(String type)
           
static void registerScaler(String type, Scaler newScaler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScalerFactory

public ScalerFactory()
Method Detail

getScaler

public static Scaler getScaler(String type)
                        throws IllegalArgumentException
Returns:
one of the registered Scaler types. Preregistered are "linear" and "rank".
Throws:
IllegalArgumentException

registerScaler

public static void registerScaler(String type,
                                  Scaler newScaler)

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.