cytoscape.util
Class ScalerFactory
java.lang.Object
cytoscape.util.ScalerFactory
public class ScalerFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScalerFactory
public ScalerFactory()
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)
Copyright 2010 Cytoscape Consortium. All rights reserved.