Package | Description |
---|---|
org.cytoscape.task |
This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.
|
org.cytoscape.task.destroy |
This package includes a set of task factory interfaces for deleting or
or destroying objects within Cytoscape.
|
org.cytoscape.task.visualize |
This package include a set of task factory interfaces used to manipulate
the visualizations of network views.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNetworkViewCollectionTaskFactory
A NetworkViewCollectionTaskFactory that is always ready to produce a TaskIterator.
|
Modifier and Type | Method and Description |
---|---|
TaskFactory |
DynamicTaskFactoryProvisioner.createFor(NetworkViewCollectionTaskFactory factory) |
Modifier and Type | Interface and Description |
---|---|
interface |
DestroyNetworkViewTaskFactory
This interface provides a task iterator that destroys a network view.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApplyPreferredLayoutTaskFactory
This interface provides a task iterator for applying the preferred layout.
|
interface |
ApplyVisualStyleTaskFactory
Marker interface which provides a task iterator for applying a visual style to views.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.