Package es.imim.DISGENET.internal
Class ApplyCustomLayoutTaskFactory
java.lang.Object
es.imim.DISGENET.internal.ApplyCustomLayoutTaskFactory
- All Implemented Interfaces:
org.cytoscape.task.NetworkViewTaskFactory
public class ApplyCustomLayoutTaskFactory
extends Object
implements org.cytoscape.task.NetworkViewTaskFactory
Applies CustomLayout to the given CyNetworkView with specific Tunable
parameters.
-
Constructor Summary
ConstructorDescriptionApplyCustomLayoutTaskFactory(org.cytoscape.view.layout.CyLayoutAlgorithmManager layoutManager, org.cytoscape.work.TunableSetter tunableSetter)
-
Method Summary
Modifier and TypeMethodDescriptionorg.cytoscape.work.TaskIterator
createTaskIterator(org.cytoscape.view.model.CyNetworkView view)
boolean
isReady(org.cytoscape.view.model.CyNetworkView view)
-
Constructor Details
-
ApplyCustomLayoutTaskFactory
public ApplyCustomLayoutTaskFactory(org.cytoscape.view.layout.CyLayoutAlgorithmManager layoutManager, org.cytoscape.work.TunableSetter tunableSetter)
-
-
Method Details
-
createTaskIterator
public org.cytoscape.work.TaskIterator createTaskIterator(org.cytoscape.view.model.CyNetworkView view)- Specified by:
createTaskIterator
in interfaceorg.cytoscape.task.NetworkViewTaskFactory
-
isReady
public boolean isReady(org.cytoscape.view.model.CyNetworkView view)- Specified by:
isReady
in interfaceorg.cytoscape.task.NetworkViewTaskFactory
-