cytoscape.init
Interface CyInitParams
- All Known Implementing Classes:
- CyMain
public interface CyInitParams
An interface that describes the initialization parameters needed
by cytoscape.
ERROR
static final int ERROR
- See Also:
- Constant Field Values
GUI
static final int GUI
- See Also:
- Constant Field Values
TEXT
static final int TEXT
- See Also:
- Constant Field Values
LIBRARY
static final int LIBRARY
- See Also:
- Constant Field Values
EMBEDDED_WINDOW
static final int EMBEDDED_WINDOW
- See Also:
- Constant Field Values
getProps
Properties getProps()
getVizProps
Properties getVizProps()
getGraphFiles
List getGraphFiles()
getEdgeAttributeFiles
List getEdgeAttributeFiles()
getNodeAttributeFiles
List getNodeAttributeFiles()
getExpressionFiles
List getExpressionFiles()
getPlugins
List getPlugins()
getSessionFile
String getSessionFile()
getMode
int getMode()
getArgs
String[] getArgs()