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