public class LineStyle extends Object implements Serializable
| 构造器和说明 |
|---|
LineStyle() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
color()
获取color值
|
LineStyle |
color(Object color)
设置color值
|
Object |
color0()
获取color0值
|
LineStyle |
color0(Object color0)
设置color0值
|
Emphasis |
emphasis()
新建返回emphasis
|
LineStyle |
emphasis(Emphasis emphasis)
设置emphasis
|
Object |
getColor()
获取color值
|
Object |
getColor0()
获取color0值
|
Emphasis |
getEmphasis()
获取emphasis
|
Normal |
getNormal()
获取normal
|
Integer |
getShadowBlur()
获取shadowBlur值
|
String |
getShadowColor()
获取shadowColor值
|
Integer |
getShadowOffsetX()
获取shadowOffsetX值
|
Integer |
getShadowOffsetY()
获取shadowOffsetY值
|
LineType |
getType()
获取type值
|
Integer |
getWidth()
获取width值
|
Normal |
normal()
新建返回normal
|
LineStyle |
normal(Normal normal)
设置normal
|
void |
setColor(Object color)
设置color值
|
void |
setColor0(Object color0)
设置color0值
|
void |
setEmphasis(Emphasis emphasis)
设置emphasis
|
void |
setNormal(Normal normal)
设置normal
|
void |
setShadowBlur(Integer shadowBlur)
设置shadowBlur值
|
void |
setShadowColor(String shadowColor)
设置shadowColor值
|
void |
setShadowOffsetX(Integer shadowOffsetX)
设置shadowOffsetX值
|
void |
setShadowOffsetY(Integer shadowOffsetY)
设置shadowOffsetY值
|
void |
setType(LineType type)
设置type值
|
void |
setWidth(Integer width)
设置width值
|
Integer |
shadowBlur()
获取shadowBlur值
|
LineStyle |
shadowBlur(Integer shadowBlur)
设置shadowBlur值
|
String |
shadowColor()
获取shadowColor值
|
LineStyle |
shadowColor(String shadowColor)
设置shadowColor值
|
Integer |
shadowOffsetX()
获取shadowOffsetX值
|
LineStyle |
shadowOffsetX(Integer shadowOffsetX)
设置shadowOffsetX值
|
Integer |
shadowOffsetY()
获取shadowOffsetY值
|
LineStyle |
shadowOffsetY(Integer shadowOffsetY)
设置shadowOffsetY值
|
LineType |
type()
获取type值
|
LineStyle |
type(LineType type)
设置type值
|
Integer |
width()
获取width值
|
LineStyle |
width(Integer width)
设置width值
|
public Object color()
public Object color0()
public LineType type()
public Integer width()
public String shadowColor()
public Integer shadowBlur()
public Integer shadowOffsetX()
public LineStyle shadowOffsetX(Integer shadowOffsetX)
shadowOffsetX - public Integer shadowOffsetY()
public LineStyle shadowOffsetY(Integer shadowOffsetY)
shadowOffsetY - public Object getColor()
public void setColor(Object color)
color - public Object getColor0()
public void setColor0(Object color0)
color0 - public LineType getType()
public void setType(LineType type)
type - public Integer getWidth()
public void setWidth(Integer width)
width - public String getShadowColor()
public void setShadowColor(String shadowColor)
shadowColor - public Integer getShadowBlur()
public void setShadowBlur(Integer shadowBlur)
shadowBlur - public Integer getShadowOffsetX()
public void setShadowOffsetX(Integer shadowOffsetX)
shadowOffsetX - public Integer getShadowOffsetY()
public void setShadowOffsetY(Integer shadowOffsetY)
shadowOffsetY - public Normal getNormal()
public void setNormal(Normal normal)
normal - public Normal normal()
public Emphasis getEmphasis()
public void setEmphasis(Emphasis emphasis)
emphasis - public Emphasis emphasis()
Copyright © 2018. All rights reserved.