Package | Description |
---|---|
org.cytoscape.io.read |
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
|
org.cytoscape.view.layout |
This package provides access to the available layout algorithms, as well as provides abstract layout
classes and layout information containers for the convenience of implementing other layout algorithms.
|
Modifier and Type | Method and Description |
---|---|
ListSingleSelection<NetworkViewRenderer> |
AbstractCyNetworkReader.getNetworkViewRendererList() |
ListSingleSelection<String> |
AbstractCyNetworkReader.getRootNetworkList() |
ListSingleSelection<String> |
AbstractCyNetworkReader.getTargetColumnList() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCyNetworkReader.setNetworkViewRendererList(ListSingleSelection<NetworkViewRenderer> rendererList) |
void |
AbstractCyNetworkReader.setRootNetworkList(ListSingleSelection<String> roots) |
void |
AbstractCyNetworkReader.setTargetColumnList(ListSingleSelection<String> colList) |
Modifier and Type | Method and Description |
---|---|
ListSingleSelection<WeightTypes> |
EdgeWeighter.getType() |
Modifier and Type | Method and Description |
---|---|
void |
EdgeWeighter.setType(ListSingleSelection<WeightTypes> t) |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.