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

cytoscape.visual.calculators
Class EdgeCalculator

java.lang.Object
  extended by cytoscape.visual.calculators.AbstractCalculator
      extended by cytoscape.visual.calculators.BasicCalculator
          extended by cytoscape.visual.calculators.EdgeCalculator
All Implemented Interfaces:
Calculator, Cloneable
Direct Known Subclasses:
GenericEdgeArrowCalculator, GenericEdgeColorCalculator, GenericEdgeFontFaceCalculator, GenericEdgeFontSizeCalculator, GenericEdgeLabelCalculator, GenericEdgeLabelColorCalculator, GenericEdgeLineStyleCalculator, GenericEdgeLineTypeCalculator, GenericEdgeLineWidthCalculator, GenericEdgeSourceArrowColorCalculator, GenericEdgeSourceArrowShapeCalculator, GenericEdgeTargetArrowColorCalculator, GenericEdgeTargetArrowShapeCalculator, GenericEdgeToolTipCalculator

public class EdgeCalculator
extends BasicCalculator

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


Field Summary
 
Fields inherited from interface cytoscape.visual.calculators.Calculator
ID
 
Constructor Summary
EdgeCalculator(String name, ObjectMapping m, Class c)
          Deprecated. Will be removed 5/2008
EdgeCalculator(String name, ObjectMapping m, Class c, VisualPropertyType type)
          Creates a new EdgeCalculator object.
EdgeCalculator(String name, Properties props, String baseKey, ValueParser parser, Object defObj)
          Deprecated. Will be removed 5/2008
EdgeCalculator(String name, Properties props, String baseKey, ValueParser parser, Object defObj, VisualPropertyType type)
          Creates a new EdgeCalculator 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

EdgeCalculator

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

Creates a new EdgeCalculator object.

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

EdgeCalculator

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

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

EdgeCalculator

@Deprecated
public EdgeCalculator(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.


EdgeCalculator

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

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

www.cytoscape.org