public class RootLocation extends Object implements Serializable
| 构造器和说明 |
|---|
RootLocation()
构造函数
|
RootLocation(Object x,
Object y)
构造函数,参数:x,y
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getX()
获取x值
|
Object |
getY()
获取y值
|
void |
setX(Object x)
设置x值
|
void |
setY(Object y)
设置y值
|
Object |
x()
获取x值
|
RootLocation |
x(Integer x)
设置x值
|
RootLocation |
x(Object x)
设置x值
|
RootLocation |
x(String x)
设置x值
|
RootLocation |
x(X x)
设置x值
|
Object |
y()
获取y值
|
RootLocation |
y(Integer y)
设置y值
|
RootLocation |
y(Object y)
设置y值
|
RootLocation |
y(String y)
设置y值
|
RootLocation |
y(Y y)
设置y值
|
public RootLocation x(X x)
x - public RootLocation x(Integer x)
x - public RootLocation x(String x)
x - public RootLocation x(Object x)
x - public Object x()
public RootLocation y(Y y)
y - public RootLocation y(Integer y)
y - public RootLocation y(String y)
y - public RootLocation y(Object y)
y - public Object y()
public Object getX()
public void setX(Object x)
x - public Object getY()
public void setY(Object y)
y - Copyright © 2018. All rights reserved.