public class Pointer extends Object implements Serializable
| 构造器和说明 |
|---|
Pointer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
color()
获取color值
|
Pointer |
color(String color)
设置color值
|
String |
getColor()
获取color值
|
Object |
getLength()
获取length值
|
Object |
getWidth()
获取width值
|
Object |
length()
获取length值
|
Pointer |
length(Object length)
设置length值
|
void |
setColor(String color)
设置color值
|
void |
setLength(Object length)
设置length值
|
void |
setWidth(Object width)
设置width值
|
Object |
width()
获取width值
|
Pointer |
width(Object width)
设置width值
|
public Object length()
public Object width()
public String color()
public Object getLength()
public void setLength(Object length)
length - public Object getWidth()
public void setWidth(Object width)
width - public String getColor()
public void setColor(String color)
color - Copyright © 2018. All rights reserved.