|
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.Objectcytoscape.visual.NodeAppearanceCalculator
public class NodeAppearanceCalculator
This class calculates the appearance of a Node. It holds a default value and a (possibly null) calculator for each visual attribute.
| Constructor Summary | |
|---|---|
NodeAppearanceCalculator()
Creates a new NodeAppearanceCalculator object. |
|
NodeAppearanceCalculator(NodeAppearanceCalculator toCopy)
Copy constructor. |
|
NodeAppearanceCalculator(String name,
Properties nacProps,
String baseKey,
CalculatorCatalog catalog)
Creates a new NodeAppearanceCalculator and immediately customizes it by calling applyProperties with the supplied arguments. |
|
| Method Summary | |
|---|---|
void |
applyProperties(String name,
Properties nacProps,
String baseKey,
CalculatorCatalog catalog)
DOCUMENT ME! |
void |
calculateNodeAppearance(NodeAppearance appr,
Node node,
CyNetwork network)
Using the rules defined by the default values and calculators in this object, compute an appearance for the requested Node in the supplied CyNetwork. |
NodeAppearance |
calculateNodeAppearance(Node node,
CyNetwork network)
Using the rules defined by the default values and calculators in this object, compute an appearance for the requested Node in the supplied CyNetwork. |
Object |
clone()
Create deep copy of the object. |
Object |
clone(String vsName)
Make deep copy of this object |
Calculator |
getCalculator(byte type)
Deprecated. Will be removed 5/2008 |
Calculator |
getCalculator(VisualPropertyType type)
DOCUMENT ME! |
List<Calculator> |
getCalculators()
DOCUMENT ME! |
NodeAppearance |
getDefaultAppearance()
DOCUMENT ME! |
String |
getDescription()
Returns a text description of the current default values and calculator names. |
boolean |
getNodeSizeLocked()
DOCUMENT ME! |
Properties |
getProperties(String baseKey)
DOCUMENT ME! |
void |
removeCalculator(byte type)
Deprecated. Will be removed 5/2008 |
void |
removeCalculator(VisualPropertyType type)
DOCUMENT ME! |
void |
setCalculator(Calculator c)
DOCUMENT ME! |
void |
setDefaultAppearance(NodeAppearance n)
DOCUMENT ME! |
void |
setNodeSizeLocked(boolean b)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeAppearanceCalculator()
public NodeAppearanceCalculator(String name,
Properties nacProps,
String baseKey,
CalculatorCatalog catalog)
public NodeAppearanceCalculator(NodeAppearanceCalculator toCopy)
| Method Detail |
|---|
public NodeAppearance calculateNodeAppearance(Node node,
CyNetwork network)
public Object clone()
public void calculateNodeAppearance(NodeAppearance appr,
Node node,
CyNetwork network)
public NodeAppearance getDefaultAppearance()
public void setDefaultAppearance(NodeAppearance n)
n - DOCUMENT ME!public String getDescription()
public void applyProperties(String name,
Properties nacProps,
String baseKey,
CalculatorCatalog catalog)
name - DOCUMENT ME!nacProps - DOCUMENT ME!baseKey - DOCUMENT ME!catalog - DOCUMENT ME!public Properties getProperties(String baseKey)
baseKey - DOCUMENT ME!
public boolean getNodeSizeLocked()
public void setNodeSizeLocked(boolean b)
b - DOCUMENT ME!public Object clone(String vsName)
@Deprecated public Calculator getCalculator(byte type)
type -
public Calculator getCalculator(VisualPropertyType type)
type - DOCUMENT ME!
public List<Calculator> getCalculators()
@Deprecated public void removeCalculator(byte type)
type - public void removeCalculator(VisualPropertyType type)
type - DOCUMENT ME!public void setCalculator(Calculator c)
c - DOCUMENT ME!
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||