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

cytoscape.visual.calculators
Class GenericEdgeArrowCalculator

java.lang.Object
  extended by cytoscape.visual.calculators.AbstractCalculator
      extended by cytoscape.visual.calculators.EdgeCalculator
          extended by cytoscape.visual.calculators.GenericEdgeArrowCalculator
All Implemented Interfaces:
Calculator, EdgeArrowCalculator, Cloneable
Direct Known Subclasses:
GenericEdgeSourceArrowCalculator, GenericEdgeTargetArrowCalculator

Deprecated. Use EdgeSourceArrow or EdgeTargetArrow instead. will be removed 10/2007

public class GenericEdgeArrowCalculator
extends EdgeCalculator
implements EdgeArrowCalculator


Field Summary
 
Fields inherited from class cytoscape.visual.calculators.AbstractCalculator
ID
 
Constructor Summary
GenericEdgeArrowCalculator(String name, ObjectMapping m)
          Deprecated.  
GenericEdgeArrowCalculator(String name, Properties props, String baseKey)
          Deprecated.  
 
Method Summary
 void apply(EdgeAppearance appr, Edge edge, CyNetwork network)
          Deprecated.  
 Arrow calculateEdgeArrow(Edge e, CyNetwork n)
          Deprecated.  
 String getPropertyLabel()
          Deprecated.  
 byte getType()
          Deprecated.  
 String getTypeName()
          Deprecated.  
 void set(byte b, String p, String n)
          Deprecated. This only exists to support deprecated code. DO NOT USE!!! will be removed 10/2007
 
Methods inherited from class cytoscape.visual.calculators.EdgeCalculator
getUI
 
Methods inherited from class cytoscape.visual.calculators.AbstractCalculator
addChangeListener, addMapping, apply, clone, getDupeCount, getMapping, getMappings, getProperties, getProperties, removeChangeListener, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cytoscape.visual.calculators.EdgeArrowCalculator
set
 
Methods inherited from interface cytoscape.visual.calculators.Calculator
addChangeListener, apply, clone, getMapping, getMappings, getProperties, getUI, removeChangeListener, setName, toString
 

Constructor Detail

GenericEdgeArrowCalculator

public GenericEdgeArrowCalculator(String name,
                                  ObjectMapping m)
Deprecated. 

GenericEdgeArrowCalculator

public GenericEdgeArrowCalculator(String name,
                                  Properties props,
                                  String baseKey)
Deprecated. 
Method Detail

getType

public byte getType()
Deprecated. 
Specified by:
getType in interface Calculator

getPropertyLabel

public String getPropertyLabel()
Deprecated. 
Specified by:
getPropertyLabel in interface Calculator

getTypeName

public String getTypeName()
Deprecated. 
Specified by:
getTypeName in interface Calculator

apply

public void apply(EdgeAppearance appr,
                  Edge edge,
                  CyNetwork network)
Deprecated. 
Specified by:
apply in interface Calculator

calculateEdgeArrow

public Arrow calculateEdgeArrow(Edge e,
                                CyNetwork n)
Deprecated. 
Specified by:
calculateEdgeArrow in interface EdgeArrowCalculator

set

public void set(byte b,
                String p,
                String n)
Deprecated. This only exists to support deprecated code. DO NOT USE!!! will be removed 10/2007


www.cytoscape.org