Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual.calculators
Class NodeCalculator

java.lang.Object
  extended by cytoscape.visual.calculators.AbstractCalculator
      extended by cytoscape.visual.calculators.BasicCalculator
          extended by cytoscape.visual.calculators.NodeCalculator
All Implemented Interfaces:
Calculator, Cloneable
Direct Known Subclasses:
GenericNodeColorCalculator, GenericNodeFontFaceCalculator, GenericNodeFontSizeCalculator, GenericNodeLabelCalculator, GenericNodeLabelColorCalculator, GenericNodeLabelPositionCalculator, GenericNodeLineStyleCalculator, GenericNodeLineTypeCalculator, GenericNodeLineWidthCalculator, GenericNodeShapeCalculator, GenericNodeSizeCalculator, GenericNodeToolTipCalculator

public class NodeCalculator
extends BasicCalculator

NodeCalculator implements some UI features for calculators lower in the object tree.


Field Summary
 
Fields inherited from interface cytoscape.visual.calculators.Calculator
ID
 
Constructor Summary
NodeCalculator(String name, ObjectMapping m, Class c)
          Deprecated. Will be removed 5/2008
NodeCalculator(String name, ObjectMapping m, Class c, VisualPropertyType type)
          Creates a new NodeCalculator object.
NodeCalculator(String name, Properties props, String baseKey, ValueParser parser, Object defObj)
          Deprecated. Will be removed 5/2008
NodeCalculator(String name, Properties props, String baseKey, ValueParser parser, Object defObj, VisualPropertyType type)
          Creates a new NodeCalculator object.
 
Method Summary
 
Methods inherited from class cytoscape.visual.calculators.AbstractCalculator
addChangeListener, addMapping, apply, apply, clone, getDupeCount, getMapping, getMappings, getProperties, getProperties, getPropertyLabel, getType, getTypeName, getUI, getVisualPropertyType, removeChangeListener, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeCalculator

@Deprecated
public NodeCalculator(String name,
                                 ObjectMapping m,
                                 Class c)
Deprecated. Will be removed 5/2008

Creates a new NodeCalculator object.

Parameters:
name - DOCUMENT ME!
m - DOCUMENT ME!
c - DOCUMENT ME!

NodeCalculator

public NodeCalculator(String name,
                      ObjectMapping m,
                      Class c,
                      VisualPropertyType type)
Creates a new NodeCalculator object.

Parameters:
name - DOCUMENT ME!
m - DOCUMENT ME!
c - DOCUMENT ME!
type - DOCUMENT ME!

NodeCalculator

@Deprecated
public NodeCalculator(String name,
                                 Properties props,
                                 String baseKey,
                                 ValueParser parser,
                                 Object defObj)
Deprecated. Will be removed 5/2008

Constructor that calls MappingFactory to construct a new ObjectMapping based on the supplied arguments.


NodeCalculator

public NodeCalculator(String name,
                      Properties props,
                      String baseKey,
                      ValueParser parser,
                      Object defObj,
                      VisualPropertyType type)
Creates a new NodeCalculator object.

Parameters:
name - DOCUMENT ME!
props - DOCUMENT ME!
baseKey - DOCUMENT ME!
parser - DOCUMENT ME!
defObj - DOCUMENT ME!
type - DOCUMENT ME!

www.cytoscape.org