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