Cytoscape 2.8.0 API

cytoscape.generated
Class Desktop

java.lang.Object
  extended by cytoscape.generated.Desktop

public class Desktop
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}desktopSize" minOccurs="0"/>
         <element ref="{}networkFrames" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DesktopSize desktopSize
           
protected  NetworkFrames networkFrames
           
 
Constructor Summary
Desktop()
           
 
Method Summary
 DesktopSize getDesktopSize()
          Gets the value of the desktopSize property.
 NetworkFrames getNetworkFrames()
          Gets the value of the networkFrames property.
 void setDesktopSize(DesktopSize value)
          Sets the value of the desktopSize property.
 void setNetworkFrames(NetworkFrames value)
          Sets the value of the networkFrames property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

desktopSize

protected DesktopSize desktopSize

networkFrames

protected NetworkFrames networkFrames
Constructor Detail

Desktop

public Desktop()
Method Detail

getDesktopSize

public DesktopSize getDesktopSize()
Gets the value of the desktopSize property.

Returns:
possible object is DesktopSize

setDesktopSize

public void setDesktopSize(DesktopSize value)
Sets the value of the desktopSize property.

Parameters:
value - allowed object is DesktopSize

getNetworkFrames

public NetworkFrames getNetworkFrames()
Gets the value of the networkFrames property.

Returns:
possible object is NetworkFrames

setNetworkFrames

public void setNetworkFrames(NetworkFrames value)
Sets the value of the networkFrames property.

Parameters:
value - allowed object is NetworkFrames

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.