public class Effect extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Effect.Type |
| 构造器和说明 |
|---|
Effect() |
public Effect.Type type()
public Effect type(Effect.Type type)
type - public Boolean show()
public Boolean loop()
public Integer period()
public Integer scaleSize()
public String color()
public String shadowColor()
public Integer shadowBlur()
public Integer bounceDistance()
public Effect bounceDistance(Integer bounceDistance)
bounceDistance - public Object symbol()
public Object symbolSize()
public Double trailLength()
public Boolean getShow()
public void setShow(Boolean show)
show - public Boolean getLoop()
public void setLoop(Boolean loop)
loop - public Integer getPeriod()
public void setPeriod(Integer period)
period - public Integer getScaleSize()
public void setScaleSize(Integer scaleSize)
scaleSize - public String getColor()
public void setColor(String color)
color - public String getShadowColor()
public void setShadowColor(String shadowColor)
shadowColor - public Integer getShadowBlur()
public void setShadowBlur(Integer shadowBlur)
shadowBlur - public Effect.Type getType()
public void setType(Effect.Type type)
type - public Integer getBounceDistance()
public void setBounceDistance(Integer bounceDistance)
bounceDistance - public Object getSymbol()
public void setSymbol(Object symbol)
public Object getSymbolSize()
public void setSymbolSize(Object symbolSize)
public Double getTrailLength()
public void setTrailLength(Double trailLength)
Copyright © 2016. All rights reserved.