|
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.EdgeAppearanceCalculator
public class EdgeAppearanceCalculator
This class calculates the appearance of an Edge. It holds a default value and a (possibly null) calculator for each visual attribute.
Constructor Summary | |
---|---|
EdgeAppearanceCalculator()
Creates a new EdgeAppearanceCalculator object. |
|
EdgeAppearanceCalculator(EdgeAppearanceCalculator toCopy)
Copy constructor. |
|
EdgeAppearanceCalculator(String name,
Properties eacProps,
String baseKey,
CalculatorCatalog catalog)
Creates a new EdgeAppearanceCalculator and immediately customizes it by calling applyProperties with the supplied arguments. |
Method Summary | |
---|---|
void |
applyProperties(String name,
Properties eacProps,
String baseKey,
CalculatorCatalog catalog)
DOCUMENT ME! |
void |
calculateEdgeAppearance(EdgeAppearance appr,
Edge edge,
CyNetwork network)
Using the rules defined by the default values and calculators in this object, compute an appearance for the requested Edge in the supplied CyNetwork. |
EdgeAppearance |
calculateEdgeAppearance(Edge edge,
CyNetwork network)
Using the rules defined by the default values and calculators in this object, compute an appearance for the requested Edge 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! |
EdgeAppearance |
getDefaultAppearance()
DOCUMENT ME! |
String |
getDescription()
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(EdgeAppearance appr)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EdgeAppearanceCalculator()
public EdgeAppearanceCalculator(EdgeAppearanceCalculator toCopy)
public EdgeAppearanceCalculator(String name, Properties eacProps, String baseKey, CalculatorCatalog catalog)
Method Detail |
---|
public Object clone()
public EdgeAppearance calculateEdgeAppearance(Edge edge, CyNetwork network)
public void calculateEdgeAppearance(EdgeAppearance appr, Edge edge, CyNetwork network)
public EdgeAppearance getDefaultAppearance()
public void setDefaultAppearance(EdgeAppearance appr)
appr
- DOCUMENT ME!public String getDescription()
public void applyProperties(String name, Properties eacProps, String baseKey, CalculatorCatalog catalog)
name
- DOCUMENT ME!eacProps
- DOCUMENT ME!baseKey
- DOCUMENT ME!catalog
- DOCUMENT ME!public Properties getProperties(String baseKey)
baseKey
- 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 |