|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.Coordinates
public class Coordinates
X and Y coordinates for visual layout
Java class for Coordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Coordinates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Integer |
x
|
protected java.lang.Integer |
y
|
| Constructor Summary | |
|---|---|
Coordinates()
|
|
| Method Summary | |
|---|---|
int |
getX()
Gets the value of the x property. |
int |
getY()
Gets the value of the y property. |
void |
setX(java.lang.Integer value)
Sets the value of the x property. |
void |
setY(java.lang.Integer 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 java.lang.Integer x
protected java.lang.Integer y
| Constructor Detail |
|---|
public Coordinates()
| Method Detail |
|---|
public int getX()
Integerpublic void setX(java.lang.Integer value)
value - allowed object is
Integerpublic int getY()
Integerpublic void setY(java.lang.Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||