|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyNetworkViewFactory
Factory for CyNetworkView objects. Modules which need to create view models should import this as a service.
Method Summary | |
---|---|
CyNetworkView |
createNetworkView(CyNetwork network)
Create a CyNetworkView from a CyNetwork object. |
CyNetworkView |
createNetworkView(CyNetwork network,
Boolean useThreshold)
Creates view with or without using viewThreshold property. |
Method Detail |
---|
CyNetworkView createNetworkView(CyNetwork network)
network
- for which the CyNetworkView is to be created
CyNetworkView createNetworkView(CyNetwork network, Boolean useThreshold)
network
- network data model for this view.useThreshold
- if false, this factory creates actual view model by ignoring threshold.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |