public class ActiveNodeManager extends Object implements org.cytoscape.view.vizmap.events.VisualStyleSetListener
Constructor and Description |
---|
ActiveNodeManager(org.cytoscape.view.model.CyNetworkViewManager cyNetViewMgr,
org.cytoscape.view.vizmap.VisualMappingManager vmmServiceRef) |
Modifier and Type | Method and Description |
---|---|
void |
addStyleUsingNodes(String Style) |
Collection<String> |
getActiveNodeIDs()
Get the set of active Nodes
|
void |
handleEvent(org.cytoscape.view.vizmap.events.VisualStyleSetEvent arg0) |
void |
removeStyleUsingNodes(String Style) |
void |
setNodeManager(NodeManager nm) |
void |
updateVisualCounts()
This function will update ALL visual counts, completely dropping the current visualCounts.
|
public ActiveNodeManager(org.cytoscape.view.model.CyNetworkViewManager cyNetViewMgr, org.cytoscape.view.vizmap.VisualMappingManager vmmServiceRef)
public void updateVisualCounts()
public Collection<String> getActiveNodeIDs()
public void handleEvent(org.cytoscape.view.vizmap.events.VisualStyleSetEvent arg0)
handleEvent
in interface org.cytoscape.view.vizmap.events.VisualStyleSetListener
public void setNodeManager(NodeManager nm)
public void addStyleUsingNodes(String Style)
public void removeStyleUsingNodes(String Style)
Copyright © 2018. All rights reserved.