public class BaseAnimationAttribute extends AnimationGO
构造器和说明 |
---|
BaseAnimationAttribute()
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
Color |
getEndLineColor()
获取结束线色
|
double |
getEndLineWidth()
获取结束线宽
|
Color |
getEndSurroundLineColor()
获取结束衬线颜色
return 结束衬线色
|
double |
getEndSurroundLineWidth()
获取结束衬线宽
|
boolean |
getLineColorAttr()
获取线色属性是否有效
|
boolean |
getLineWidthAttr()
获取线宽属性是否有效
|
Color |
getStartLineColor()
获取开始线色。
|
double |
getStartLineWidth()
获取开始线宽
|
Color |
getStartSurroundLineColor()
获取开始衬线颜色。
|
double |
getStartSurroundLineWidth()
获取开始衬线宽
|
boolean |
getSurroundLineColorAttr()
获取衬线颜色属性是否有效
|
boolean |
getSurroundLineWidthAttr()
获取衬线宽属性是否有效
|
void |
setEndLineColor(Color color)
设置结束线色。
|
void |
setEndLineWidth(double lineWidth)
设置结束线宽。
|
void |
setEndSurroundLineColor(Color colorValue)
设置结束衬线颜色。
|
void |
setEndSurroundLineWidth(double width)
设置结束衬线宽
|
void |
setLineColorAttr(boolean blinecolor)
设置线色属性是否有效。
|
void |
setLineWidthAttr(boolean blineWidth)
设置线宽属性是否有效
|
void |
setStartLineColor(Color color)
设置开始线色
|
void |
setStartLineWidth(double lineWidth)
设置开始线宽
|
void |
setStartSurroundLineColor(Color color)
设置开始衬线颜色。
|
void |
setStartSurroundLineWidth(double width)
设置开始衬线宽
|
void |
setSurroundLineColorAttr(boolean bSurroundLineColor)
设置衬线颜色属性是否有效
|
void |
setSurroundLineWidthAttr(boolean bSurroundLineWidth)
设置衬线宽属性是否有效
|
dispose, getAnimation2DGeometry, getAnimation3DGeometry, getAnimationType, getCaption, getComplete, getDuration, getGeometryUuID, getName, getPlayType, getStartTime, setCaption, setDuration, setPlayType, setStartTime
public void setLineColorAttr(boolean blinecolor)
blinecolor
- 线色属性是否有效public boolean getLineColorAttr()
public void setStartLineColor(Color color)
color
- 开始线色public Color getStartLineColor()
public void setEndLineColor(Color color)
color
- 结束线色public Color getEndLineColor()
public void setLineWidthAttr(boolean blineWidth)
blineWidth
- 线宽属性是否有效public boolean getLineWidthAttr()
public void setStartLineWidth(double lineWidth)
lineWidth
- 线宽public double getStartLineWidth()
public void setEndLineWidth(double lineWidth)
lineWidth
- 结束线宽public double getEndLineWidth()
public void setSurroundLineWidthAttr(boolean bSurroundLineWidth)
bSurroundLineWidth
- 衬线宽属性是否有效public boolean getSurroundLineWidthAttr()
public void setStartSurroundLineWidth(double width)
width
- 开始衬线宽public double getStartSurroundLineWidth()
public void setEndSurroundLineWidth(double width)
width
- 结束衬线宽public double getEndSurroundLineWidth()
public void setSurroundLineColorAttr(boolean bSurroundLineColor)
bSurroundLineColor
- 衬线颜色属性是否有效public boolean getSurroundLineColorAttr()
public void setStartSurroundLineColor(Color color)
public Color getStartSurroundLineColor()
public void setEndSurroundLineColor(Color colorValue)
public Color getEndSurroundLineColor()
Copyright © 2021–2024 SuperMap. All rights reserved.