public interface CyNetworkViewDesktopMgr
Modifier and Type | Interface and Description |
---|---|
static class |
CyNetworkViewDesktopMgr.ArrangeType |
Modifier and Type | Method and Description |
---|---|
void |
arrangeWindows(CyNetworkViewDesktopMgr.ArrangeType arrangeType)
Request the desktop view manager to tile (or untile) the current network windows.
|
Rectangle |
getBounds(CyNetworkView view)
Deprecated.
This method has been deprecated in version 3.4.
|
Dimension |
getDesktopViewAreaSize()
Deprecated.
This method has been deprecated in version 3.4.
|
void |
setBounds(CyNetworkView view,
Rectangle bounds)
Deprecated.
This method has been deprecated in version 3.4 and does not do anything anymore.
|
@Deprecated Dimension getDesktopViewAreaSize()
@Deprecated Rectangle getBounds(CyNetworkView view)
view
- the CyNetworkView for which to obtain the bounds.@Deprecated void setBounds(CyNetworkView view, Rectangle bounds)
view
- the CyNetworkView for which to set the bounds.bounds
- a Rectangle whose x,y position is the desired
upper left corner of view and whose width and height are
the desired dimensions of view.void arrangeWindows(CyNetworkViewDesktopMgr.ArrangeType arrangeType)
arrangeType
- the type of tiling to use. A ArrangeTYpe of CASCADE
will revert to cascade (i.e. non-tiled) windowsCopyright 2011-2015 Cytoscape Consortium. All rights reserved.