public interface FitSelectedListener extends CyListener
Module: viewmodel-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>viewmodel-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(FitSelectedEvent e)
Fit the selected nodes/edges to the current container.
|
void handleEvent(FitSelectedEvent e)
e
- Event containing target network view.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.