public class AreaSelectStyle extends Object
| 构造器和说明 |
|---|
AreaSelectStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
borderColor() |
AreaSelectStyle |
borderColor(String borderColor) |
Integer |
borderWidth() |
AreaSelectStyle |
borderWidth(Integer borderWidth) |
String |
color() |
AreaSelectStyle |
color(String color) |
String |
getBorderColor() |
Integer |
getBorderWidth() |
String |
getColor() |
Double |
getOpacity() |
Integer |
getWidth() |
Double |
opacity() |
AreaSelectStyle |
opacity(Double opacity) |
void |
setBorderColor(String borderColor) |
void |
setBorderWidth(Integer borderWidth) |
void |
setColor(String color) |
void |
setOpacity(Double opacity) |
void |
setWidth(Integer width) |
Integer |
width() |
AreaSelectStyle |
width(Integer width) |
public Integer width()
public AreaSelectStyle width(Integer width)
public Integer borderWidth()
public AreaSelectStyle borderWidth(Integer borderWidth)
public String borderColor()
public AreaSelectStyle borderColor(String borderColor)
public String color()
public AreaSelectStyle color(String color)
public Double opacity()
public AreaSelectStyle opacity(Double opacity)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getBorderWidth()
public void setBorderWidth(Integer borderWidth)
public String getBorderColor()
public void setBorderColor(String borderColor)
public String getColor()
public void setColor(String color)
public Double getOpacity()
public void setOpacity(Double opacity)
Copyright © 2018. All rights reserved.