Uses of Class
org.cytoscape.work.util.ListSingleSelection
-
Packages that use ListSingleSelection 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. -
-
Uses of ListSingleSelection in org.cytoscape.io.read
Methods in org.cytoscape.io.read that return ListSingleSelection Modifier and Type Method Description ListSingleSelection<NetworkViewRenderer>
AbstractCyNetworkReader. getNetworkViewRendererList()
ListSingleSelection<String>
AbstractCyNetworkReader. getRootNetworkList()
ListSingleSelection<String>
AbstractCyNetworkReader. getTargetColumnList()
Methods in org.cytoscape.io.read with parameters of type ListSingleSelection Modifier and Type Method Description void
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
Methods in org.cytoscape.view.layout that return ListSingleSelection Modifier and Type Method Description ListSingleSelection<WeightTypes>
EdgeWeighter. getType()
Methods in org.cytoscape.view.layout with parameters of type ListSingleSelection Modifier and Type Method Description void
EdgeWeighter. setType(ListSingleSelection<WeightTypes> t)
-