Cytoscape 2.8.0 API

cytoscape.view.cytopanels
Interface CytoPanelContainer

All Known Implementing Classes:
BiModalJSplitPane

public interface CytoPanelContainer

Interface for Container of CytoPanel Objects.

Author:
Ethan Cerami

Method Summary
 Rectangle getBounds()
          Gets Bounds of Container, relative to parent component.
 Point getLocationOnScreen()
          Gets Location of Container, in screen coordinates.
 void insertCytoPanel(CytoPanelImp cytoPanel, int compassDirection)
          Inserts CytoPanel at Specified Compass Direction.
 

Method Detail

insertCytoPanel

void insertCytoPanel(CytoPanelImp cytoPanel,
                     int compassDirection)
Inserts CytoPanel at Specified Compass Direction.

Parameters:
cytoPanel - CytoPanel Object.
compassDirection - SwingConstants integer value.

getLocationOnScreen

Point getLocationOnScreen()
Gets Location of Container, in screen coordinates.

Returns:
Point Object.

getBounds

Rectangle getBounds()
Gets Bounds of Container, relative to parent component.

Returns:
Rectangle Object.

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.