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

cytoscape.visual.calculators
Class GenericEdgeLineWidthCalculator

java.lang.Object
  extended by cytoscape.visual.calculators.AbstractCalculator
      extended by cytoscape.visual.calculators.BasicCalculator
          extended by cytoscape.visual.calculators.EdgeCalculator
              extended by cytoscape.visual.calculators.GenericEdgeLineWidthCalculator
All Implemented Interfaces:
Calculator, Cloneable

Deprecated. Use BasicCalculator(VisualPropertyType,...) instead. Will be hidden, although probably not removed, in 5/2008.

@Deprecated
public class GenericEdgeLineWidthCalculator
extends EdgeCalculator


Field Summary
 
Fields inherited from interface cytoscape.visual.calculators.Calculator
ID
 
Constructor Summary
GenericEdgeLineWidthCalculator(String name, ObjectMapping m)
          Deprecated. Creates a new GenericEdgeLineWidthCalculator object.
GenericEdgeLineWidthCalculator(String name, ObjectMapping m, Class c)
          Deprecated. Creates a new GenericEdgeLineWidthCalculator object.
GenericEdgeLineWidthCalculator(String name, Properties props, String baseKey)
          Deprecated. Creates a new GenericEdgeLineWidthCalculator 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

GenericEdgeLineWidthCalculator

public GenericEdgeLineWidthCalculator(String name,
                                      ObjectMapping m)
Deprecated. 
Creates a new GenericEdgeLineWidthCalculator object.

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

GenericEdgeLineWidthCalculator

public GenericEdgeLineWidthCalculator(String name,
                                      ObjectMapping m,
                                      Class c)
Deprecated. 
Creates a new GenericEdgeLineWidthCalculator object.

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

GenericEdgeLineWidthCalculator

public GenericEdgeLineWidthCalculator(String name,
                                      Properties props,
                                      String baseKey)
Deprecated. 
Creates a new GenericEdgeLineWidthCalculator object.

Parameters:
name - DOCUMENT ME!
props - DOCUMENT ME!
baseKey - DOCUMENT ME!

www.cytoscape.org