|
Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.visual.calculators.AbstractCalculator
cytoscape.visual.calculators.NodeCalculator
cytoscape.visual.calculators.GenericNodeSizeCalculator
cytoscape.visual.calculators.GenericNodeHeightCalculator
public class GenericNodeHeightCalculator
Field Summary |
---|
Fields inherited from class cytoscape.visual.calculators.AbstractCalculator |
---|
ID |
Constructor Summary | |
---|---|
GenericNodeHeightCalculator(String name,
ObjectMapping m)
Creates a new GenericNodeHeightCalculator object. |
|
GenericNodeHeightCalculator(String name,
Properties props,
String baseKey)
Creates a new GenericNodeHeightCalculator object. |
Method Summary | |
---|---|
void |
apply(NodeAppearance appr,
Node node,
CyNetwork network)
DOCUMENT ME! |
double |
calculateNodeSize(Node e,
CyNetwork n)
DOCUMENT ME! |
String |
getPropertyLabel()
DOCUMENT ME! |
byte |
getType()
DOCUMENT ME! |
String |
getTypeName()
DOCUMENT ME! |
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.NodeCalculator |
---|
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.NodeSizeCalculator |
---|
set |
Methods inherited from interface cytoscape.visual.calculators.Calculator |
---|
addChangeListener, apply, clone, getMapping, getMappings, getProperties, getUI, removeChangeListener, setName, toString |
Constructor Detail |
---|
public GenericNodeHeightCalculator(String name, ObjectMapping m)
name
- DOCUMENT ME!m
- DOCUMENT ME!public GenericNodeHeightCalculator(String name, Properties props, String baseKey)
name
- DOCUMENT ME!props
- DOCUMENT ME!baseKey
- DOCUMENT ME!Method Detail |
---|
public byte getType()
getType
in interface Calculator
getType
in class GenericNodeSizeCalculator
public String getPropertyLabel()
getPropertyLabel
in interface Calculator
getPropertyLabel
in class GenericNodeSizeCalculator
public String getTypeName()
getTypeName
in interface Calculator
getTypeName
in class GenericNodeSizeCalculator
public void apply(NodeAppearance appr, Node node, CyNetwork network)
apply
in interface Calculator
apply
in class GenericNodeSizeCalculator
appr
- DOCUMENT ME!node
- DOCUMENT ME!network
- DOCUMENT ME!public double calculateNodeSize(Node e, CyNetwork n)
calculateNodeSize
in interface NodeSizeCalculator
calculateNodeSize
in class GenericNodeSizeCalculator
e
- DOCUMENT ME!n
- DOCUMENT ME!
public void set(byte b, String p, String n)
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |