Uses of Class
org.cytoscape.work.util.ListSingleSelection
Package
Description
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
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.
-
Uses of ListSingleSelection in org.cytoscape.io.read
Modifier and TypeMethodDescriptionAbstractCyNetworkReader.getNetworkViewRendererList()
AbstractCyNetworkReader.getRootNetworkList()
AbstractCyNetworkReader.getTargetColumnList()
Modifier and TypeMethodDescriptionvoid
AbstractCyNetworkReader.setNetworkViewRendererList(ListSingleSelection<NetworkViewRenderer> rendererList)
void
AbstractCyNetworkReader.setRootNetworkList(ListSingleSelection<String> roots)
void
AbstractCyNetworkReader.setTargetColumnList(ListSingleSelection<String> colList)
-
Uses of ListSingleSelection in org.cytoscape.view.layout