|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.generated.NetworkFrame
public class NetworkFrame
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 |
---|
protected String frameID
protected BigInteger width
protected BigInteger height
protected BigInteger x
protected BigInteger y
Constructor Detail |
---|
public NetworkFrame()
Method Detail |
---|
public String getFrameID()
String
public void setFrameID(String value)
value
- allowed object is
String
public BigInteger getWidth()
BigInteger
public void setWidth(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getHeight()
BigInteger
public void setHeight(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getX()
BigInteger
public void setX(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getY()
BigInteger
public void setY(BigInteger value)
value
- allowed object is
BigInteger
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |