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

cytoscape.visual.calculators
Class GenericEdgeTargetArrowCalculator

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

public class GenericEdgeTargetArrowCalculator
extends GenericEdgeArrowCalculator
implements EdgeArrowCalculator


Field Summary
 
Fields inherited from class cytoscape.visual.calculators.AbstractCalculator
ID
 
Constructor Summary
GenericEdgeTargetArrowCalculator(String name, ObjectMapping m)
           
GenericEdgeTargetArrowCalculator(String name, Properties props, String baseKey)
           
 
Method Summary
 void apply(EdgeAppearance appr, Edge edge, CyNetwork network)
           
 Arrow calculateEdgeArrow(Edge e, CyNetwork n)
           
 String getPropertyLabel()
           
 byte getType()
           
 String getTypeName()
           
 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

GenericEdgeTargetArrowCalculator

public GenericEdgeTargetArrowCalculator(String name,
                                        ObjectMapping m)

GenericEdgeTargetArrowCalculator

public GenericEdgeTargetArrowCalculator(String name,
                                        Properties props,
                                        String baseKey)
Method Detail

getType

public byte getType()
Specified by:
getType in interface Calculator
Overrides:
getType in class GenericEdgeArrowCalculator

getPropertyLabel

public String getPropertyLabel()
Specified by:
getPropertyLabel in interface Calculator
Overrides:
getPropertyLabel in class GenericEdgeArrowCalculator

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface Calculator
Overrides:
getTypeName in class GenericEdgeArrowCalculator

apply

public void apply(EdgeAppearance appr,
                  Edge edge,
                  CyNetwork network)
Specified by:
apply in interface Calculator
Overrides:
apply in class GenericEdgeArrowCalculator

calculateEdgeArrow

public Arrow calculateEdgeArrow(Edge e,
                                CyNetwork n)
Specified by:
calculateEdgeArrow in interface EdgeArrowCalculator
Overrides:
calculateEdgeArrow in class GenericEdgeArrowCalculator

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