|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.generated.Desktop
public class Desktop
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 |
---|
protected DesktopSize desktopSize
protected NetworkFrames networkFrames
Constructor Detail |
---|
public Desktop()
Method Detail |
---|
public DesktopSize getDesktopSize()
DesktopSize
public void setDesktopSize(DesktopSize value)
value
- allowed object is
DesktopSize
public NetworkFrames getNetworkFrames()
NetworkFrames
public void setNetworkFrames(NetworkFrames value)
value
- allowed object is
NetworkFrames
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |