|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyInitParams
An interface that describes the initialization parameters needed by cytoscape. Anything initialing Cytoscape should implement this interface and pass that object into CytoscapeInit. By setting the mode you can control how Cytoscape is initialized.
Field Summary | |
---|---|
static int |
EMBEDDED_WINDOW
A gui mode, but where cytoscape is embedded within a different application meaning the usual menus and/or toolbars may not be present. |
static int |
ERROR
Error. |
static int |
GUI
Normal gui mode. |
static int |
LIBRARY
Another headless mode (no gui), but meant for a server or daemon that runs in the background without exiting. |
static int |
TEXT
Headless mode (no gui) were cytoscape acts like a normal command line app and exits once finished processing. |
Method Summary | |
---|---|
String[] |
getArgs()
Returns the arguments used to trigger the initialization. |
List |
getEdgeAttributeFiles()
A list of Strings that describe edge attribute file locations. |
List |
getExpressionFiles()
A list of Strings that describe expression matrix file locations. |
List |
getGraphFiles()
A list of Strings that describe graph file locations. |
int |
getMode()
Returns and int representing the mode cytoscape runs in. |
List |
getNodeAttributeFiles()
A list of Strings that describe node attribute file locations. |
List |
getPlugins()
A list of Strings that describe plugins. |
Properties |
getProps()
Returns the properties that were defined at initialization. |
String |
getSessionFile()
A single string describing the session file location. |
Properties |
getVizProps()
Returns properties specific to the VizMapper. |
Field Detail |
---|
static final int ERROR
static final int GUI
static final int TEXT
static final int LIBRARY
static final int EMBEDDED_WINDOW
Method Detail |
---|
Properties getProps()
Properties getVizProps()
List getGraphFiles()
List getEdgeAttributeFiles()
List getNodeAttributeFiles()
List getExpressionFiles()
List getPlugins()
String getSessionFile()
int getMode()
String[] getArgs()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |