Cytoscape 2.8.0 API

cytoscape.generated
Class NetworkFrame

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

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


Field Summary
protected  String frameID
           
protected  BigInteger height
           
protected  BigInteger width
           
protected  BigInteger x
           
protected  BigInteger y
           
 
Constructor Summary
NetworkFrame()
           
 
Method Summary
 String getFrameID()
          Gets the value of the frameID property.
 BigInteger getHeight()
          Gets the value of the height property.
 BigInteger getWidth()
          Gets the value of the width property.
 BigInteger getX()
          Gets the value of the x property.
 BigInteger getY()
          Gets the value of the y property.
 void setFrameID(String value)
          Sets the value of the frameID property.
 void setHeight(BigInteger value)
          Sets the value of the height property.
 void setWidth(BigInteger value)
          Sets the value of the width property.
 void setX(BigInteger value)
          Sets the value of the x property.
 void setY(BigInteger value)
          Sets the value of the y property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frameID

protected String frameID

width

protected BigInteger width

height

protected BigInteger height

x

protected BigInteger x

y

protected BigInteger y
Constructor Detail

NetworkFrame

public NetworkFrame()
Method Detail

getFrameID

public String getFrameID()
Gets the value of the frameID property.

Returns:
possible object is String

setFrameID

public void setFrameID(String value)
Sets the value of the frameID property.

Parameters:
value - allowed object is String

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

getX

public BigInteger getX()
Gets the value of the x property.

Returns:
possible object is BigInteger

setX

public void setX(BigInteger value)
Sets the value of the x property.

Parameters:
value - allowed object is BigInteger

getY

public BigInteger getY()
Gets the value of the y property.

Returns:
possible object is BigInteger

setY

public void setY(BigInteger value)
Sets the value of the y property.

Parameters:
value - allowed object is BigInteger

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.