Uses of Interface
org.cytoscape.task.NetworkViewTaskFactory
Package
Description
This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.
This package include a set of task factory interfaces that allow
the modification or editing of various objects within Cytoscape.
This package includes a set of task factory interfaces showing and hiding
nodes and edges within network views.
This package contains a set of task factory interfaces used for
exporting or writing a variety of Cytoscape objects to files.
-
Uses of NetworkViewTaskFactory in org.cytoscape.task
Modifier and TypeClassDescriptionclass
A NetworkViewTaskFactory that is always ready to produce a TaskIterator.Modifier and TypeMethodDescriptionDynamicTaskFactoryProvisioner.createFor(NetworkViewTaskFactory factory)
-
Uses of NetworkViewTaskFactory in org.cytoscape.task.edit
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for grouping nodes.interface
This interface provides a task iterator ungrouping a group from a network view. -
Uses of NetworkViewTaskFactory in org.cytoscape.task.hide
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for hiding selected edges.interface
This interface provides a task iterator for hiding selected nodes.interface
This interface provides a task iterator for hiding all of the selected items.interface
This interface provides a task iterator for hiding unselected edges.interface
This interface provides a task iterator for hiding unselected nodes.interface
This interface provides a task iterator for hiding unselected nodes and edges.interface
This interface provides a task iterator for unhiding all edges.interface
This interface provides a task iterator for unhiding all nodes.interface
This interface provides a task iterator for unhiding everything (all nodes and edges).interface
This interface provides a task iterator for unhiding selected edges.interface
This interface provides a task iterator for unhiding selected nodes. -
Uses of NetworkViewTaskFactory in org.cytoscape.task.write
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for exporting networks as image.interface
This interface provides a task iterator for exporting network views.