|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.visual.calculators.CalculatorFactory
public class CalculatorFactory
This class provides static factory methods for constructing instances of Calculators as specified by arguments and static methods for getting names and labels based on calculator type.
Constructor Summary | |
---|---|
CalculatorFactory()
|
Method Summary | |
---|---|
static String |
getPropertyLabel(byte type)
Deprecated. Use VisualPropertyType.getPropertyLabel(). Will be removed 4/2008 |
static String |
getTypeName(byte type)
Deprecated. Use VisualPropertyType.getName() instead. Gone 5/2008. |
static Calculator |
newCalculator(String name,
Properties calcProps,
String baseKey)
Creates a caclculator defined by the type identified by the ".visualPropertyType" property in the calcProps argument. |
static Calculator |
newCalculator(String name,
Properties calcProps,
String baseKey,
String intClassName)
Deprecated. Use othe newCalculator - we don't need the base interface class name any more. Will be removed 10/2007. |
static Calculator |
newDefaultCalculator(byte t,
String calcName,
ObjectMapping mapper)
Deprecated. Use new BasicCalculator(name,mapper,type) instead. Gone 5/2008. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalculatorFactory()
Method Detail |
---|
@Deprecated public static Calculator newCalculator(String name, Properties calcProps, String baseKey, String intClassName)
public static Calculator newCalculator(String name, Properties calcProps, String baseKey)
@Deprecated public static Calculator newDefaultCalculator(byte t, String calcName, ObjectMapping mapper)
@Deprecated public static String getTypeName(byte type)
@Deprecated public static String getPropertyLabel(byte type)
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |