|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleProperties | |
---|---|
cytoscape.data.webservice | |
cytoscape.layout | Classes providing some kind of graph layout functionality. |
cytoscape.util | This package contains utility classes which are deemed generally useful, but which do not clearly belong to any other package. |
Uses of ModuleProperties in cytoscape.data.webservice |
---|
Fields in cytoscape.data.webservice declared as ModuleProperties | |
---|---|
protected ModuleProperties |
WebServiceClientImpl.props
|
Methods in cytoscape.data.webservice that return ModuleProperties | |
---|---|
ModuleProperties |
WebServiceClientImpl.getProps()
DOCUMENT ME! |
ModuleProperties |
WebServiceClient.getProps()
Get properties used by the Tunable. |
Methods in cytoscape.data.webservice with parameters of type ModuleProperties | |
---|---|
void |
WebServiceClientImpl.setProps(ModuleProperties props)
DOCUMENT ME! |
void |
WebServiceClient.setProps(ModuleProperties props)
Set props used by Tunable. |
Constructors in cytoscape.data.webservice with parameters of type ModuleProperties | |
---|---|
WebServiceClientImpl(String serviceName,
String displayName,
WebServiceClientManager.ClientType[] types,
ModuleProperties props)
Creates a new WebServiceClientImpl object. |
|
WebServiceClientImpl(String serviceName,
String displayName,
WebServiceClientManager.ClientType[] types,
ModuleProperties props,
S clientStub)
Creates a new WebServiceClientImpl object. |
|
WebServiceClientImplWithGUI(String serviceName,
String displayName,
WebServiceClientManager.ClientType[] types,
ModuleProperties props,
S clientStub,
U gui)
Creates a new WebServiceClientImpl object. |
Uses of ModuleProperties in cytoscape.layout |
---|
Classes in cytoscape.layout that implement ModuleProperties | |
---|---|
class |
LayoutProperties
The LayoutProperties class is a helper class to support the management of settings and properties for layout algorithms that implement CyLayoutAlgorithm or extend AbstractLayout. |
Uses of ModuleProperties in cytoscape.util |
---|
Classes in cytoscape.util that implement ModuleProperties | |
---|---|
class |
ModulePropertiesImpl
|
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |