|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.visual.calculators.AbstractCalculator cytoscape.visual.calculators.BasicCalculator cytoscape.visual.calculators.EdgeCalculator cytoscape.visual.calculators.GenericEdgeArrowCalculator
@Deprecated public class GenericEdgeArrowCalculator
Field Summary |
---|
Fields inherited from interface cytoscape.visual.calculators.Calculator |
---|
ID |
Constructor Summary | |
---|---|
GenericEdgeArrowCalculator(String name,
ObjectMapping m)
Deprecated. Will be removed 5/2008 |
|
GenericEdgeArrowCalculator(String name,
ObjectMapping m,
VisualPropertyType type)
Deprecated. Creates a new GenericEdgeArrowCalculator object. |
|
GenericEdgeArrowCalculator(String name,
Properties props,
String baseKey)
Deprecated. |
|
GenericEdgeArrowCalculator(String name,
Properties props,
String baseKey,
VisualPropertyType type)
Deprecated. Creates a new GenericEdgeArrowCalculator object. |
Method Summary | |
---|---|
Arrow |
calculateEdgeArrow(Edge e,
CyNetwork n)
Deprecated. DOCUMENT ME! |
void |
set(VisualPropertyType t)
Deprecated. This only exists to support deprecated code. DO NOT USE!!! will be removed 10/2007 |
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 |
Methods inherited from interface cytoscape.visual.calculators.EdgeArrowCalculator |
---|
calculateEdgeArrow, set |
Methods inherited from interface cytoscape.visual.calculators.Calculator |
---|
addChangeListener, apply, apply, clone, getMapping, getMappings, getProperties, getPropertyLabel, getType, getTypeName, getUI, getVisualPropertyType, removeChangeListener, setName, toString |
Constructor Detail |
---|
@Deprecated public GenericEdgeArrowCalculator(String name, ObjectMapping m)
name
- DOCUMENT ME!m
- DOCUMENT ME!public GenericEdgeArrowCalculator(String name, ObjectMapping m, VisualPropertyType type)
name
- DOCUMENT ME!m
- DOCUMENT ME!type
- DOCUMENT ME!@Deprecated public GenericEdgeArrowCalculator(String name, Properties props, String baseKey)
name
- DOCUMENT ME!props
- DOCUMENT ME!baseKey
- DOCUMENT ME!public GenericEdgeArrowCalculator(String name, Properties props, String baseKey, VisualPropertyType type)
name
- DOCUMENT ME!props
- DOCUMENT ME!baseKey
- DOCUMENT ME!type
- DOCUMENT ME!Method Detail |
---|
public void set(VisualPropertyType t)
public Arrow calculateEdgeArrow(Edge e, CyNetwork n)
e
- DOCUMENT ME!n
- DOCUMENT ME!
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |