|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Calculator
Field Summary | |
---|---|
static String |
ID
|
Method Summary | |
---|---|
void |
addChangeListener(ChangeListener l)
Add a ChangeListener to the calcaultor. |
void |
apply(Appearance appr,
Edge e,
CyNetwork net)
DOCUMENT ME! |
void |
apply(Appearance appr,
Node n,
CyNetwork net)
DOCUMENT ME! |
Object |
clone()
Clone the calculator. |
ObjectMapping |
getMapping(int i)
DOCUMENT ME! |
Vector<ObjectMapping> |
getMappings()
DOCUMENT ME! |
Properties |
getProperties()
Get a description of this calculator as a Properties object. |
JPanel |
getUI(JDialog parent,
CyNetwork network)
Deprecated. replaced by new VizMap GUI components. Will be removed in 2.8 or 3.0 |
VisualPropertyType |
getVisualPropertyType()
This method replaces the three methods above. |
void |
removeChangeListener(ChangeListener l)
Remove a ChangeListener from the calcaultor. |
void |
setName(String newName)
Set calculator name. |
String |
toString()
Gets calculator name. |
Field Detail |
---|
static final String ID
Method Detail |
---|
@Deprecated JPanel getUI(JDialog parent, CyNetwork network)
parent
- Parent JDialog for the UInetwork
- CyNetwork object containing underlying graph dataString toString()
toString
in class Object
void setName(String newName)
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
Properties getProperties()
void addChangeListener(ChangeListener l)
l
- ChangeListener to addvoid removeChangeListener(ChangeListener l)
l
- ChangeListener to addVisualPropertyType getVisualPropertyType()
void apply(Appearance appr, Edge e, CyNetwork net)
appr
- DOCUMENT ME!e
- DOCUMENT ME!net
- DOCUMENT ME!void apply(Appearance appr, Node n, CyNetwork net)
appr
- DOCUMENT ME!n
- DOCUMENT ME!net
- DOCUMENT ME!Vector<ObjectMapping> getMappings()
ObjectMapping getMapping(int i)
i
- DOCUMENT ME!
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |