Cytoscape 2.8.0 API

cytoscape.generated
Class DesktopSize

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

public class DesktopSize
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">
       <attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger height
           
protected  BigInteger width
           
 
Constructor Summary
DesktopSize()
           
 
Method Summary
 BigInteger getHeight()
          Gets the value of the height property.
 BigInteger getWidth()
          Gets the value of the width property.
 void setHeight(BigInteger value)
          Sets the value of the height property.
 void setWidth(BigInteger value)
          Sets the value of the width property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

protected BigInteger width

height

protected BigInteger height
Constructor Detail

DesktopSize

public DesktopSize()
Method Detail

getWidth

public BigInteger getWidth()
Gets the value of the width property.

Returns:
possible object is BigInteger

setWidth

public void setWidth(BigInteger value)
Sets the value of the width property.

Parameters:
value - allowed object is BigInteger

getHeight

public BigInteger getHeight()
Gets the value of the height property.

Returns:
possible object is BigInteger

setHeight

public void setHeight(BigInteger value)
Sets the value of the height property.

Parameters:
value - allowed object is BigInteger

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.