com.supermap.plot
类 AnimationAttribute
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.plot.AnimationGO
-
- com.supermap.plot.AnimationAttribute
-
public class AnimationAttribute extends AnimationGO
属性动画
-
-
构造器概要
构造器 构造器和说明 AnimationAttribute()构造方法
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 ColorgetEndLineColor()获取结束线色doublegetEndLineWidth()获取结束线宽。ColorgetEndSurroundLineColor()获取结束衬线颜色doublegetEndSurroundLineWidth()获取结束衬线宽。booleangetLineColorAttr()获取线色属性是否有效。booleangetLineWidthAttr()获取线宽属性是否有效ColorgetStartLineColor()获取开始线色。doublegetStartLineWidth()获取开始线宽。ColorgetStartSurroundLineColor()获取开始衬线颜色doublegetStartSurroundLineWidth()获取开始衬线宽。booleangetSurroundLineColorAttr()获取衬线颜色属性是否有效booleangetSurroundLineWidthAttr()获取衬线宽属性是否有效voidsetEndLineColor(Color color)设置结束线色。voidsetEndLineWidth(double lineWidth)设置结束线宽。voidsetEndSurroundLineColor(Color colorValue)设置结束衬线颜色。voidsetEndSurroundLineWidth(double width)设置结束衬线宽。voidsetLineColorAttr(boolean blinecolor)设置线色属性是否有效。voidsetLineWidthAttr(boolean blineWidth)设置线宽属性是否有效voidsetStartLineColor(Color color)设置开始线色。voidsetStartLineWidth(double lineWidth)设置开始线宽。voidsetStartSurroundLineColor(Color color)设置开始衬线颜色voidsetStartSurroundLineWidth(double width)设置开始衬线宽。voidsetSurroundLineColorAttr(boolean bSurroundLineColor)设置衬线颜色属性是否有效voidsetSurroundLineWidthAttr(boolean bSurroundLineWidth)设置衬线宽属性是否有效。-
从类继承的方法 com.supermap.plot.AnimationGO
dispose, fromXml, getAnimationType, getDuration, getGeometry, getLayerName, getName, getStartTime, setDuration, setGeometry, setName, setStartTime, toXml
-
-
-
-
方法详细资料
-
setLineColorAttr
public void setLineColorAttr(boolean blinecolor)
设置线色属性是否有效。- 参数:
blinecolor- 线色属性是否有效
-
getLineColorAttr
public boolean getLineColorAttr()
获取线色属性是否有效。- 返回:
- 线色属性是否有效
-
setStartLineColor
public void setStartLineColor(Color color)
设置开始线色。- 参数:
color- 开始线色
-
getStartLineColor
public Color getStartLineColor()
获取开始线色。- 返回:
- 开始线色
-
setEndLineColor
public void setEndLineColor(Color color)
设置结束线色。- 参数:
color- 结束线色
-
getEndLineColor
public Color getEndLineColor()
获取结束线色- 返回:
- 结束线色
-
setLineWidthAttr
public void setLineWidthAttr(boolean blineWidth)
设置线宽属性是否有效- 参数:
blineWidth- 线宽属性是否有效
-
getLineWidthAttr
public boolean getLineWidthAttr()
获取线宽属性是否有效- 返回:
- 线宽属性是否有效
-
setStartLineWidth
public void setStartLineWidth(double lineWidth)
设置开始线宽。- 参数:
lineWidth- 开始线宽
-
getStartLineWidth
public double getStartLineWidth()
获取开始线宽。- 返回:
- 开始线宽
-
setEndLineWidth
public void setEndLineWidth(double lineWidth)
设置结束线宽。- 参数:
lineWidth- 结束线宽
-
getEndLineWidth
public double getEndLineWidth()
获取结束线宽。- 返回:
- 结束线宽
-
setSurroundLineWidthAttr
public void setSurroundLineWidthAttr(boolean bSurroundLineWidth)
设置衬线宽属性是否有效。- 参数:
bSurroundLineWidth- 衬线宽属性是否有效
-
getSurroundLineWidthAttr
public boolean getSurroundLineWidthAttr()
获取衬线宽属性是否有效- 返回:
- 衬线宽属性是否有效
-
setStartSurroundLineWidth
public void setStartSurroundLineWidth(double width)
设置开始衬线宽。- 参数:
width- 开始衬线宽
-
getStartSurroundLineWidth
public double getStartSurroundLineWidth()
获取开始衬线宽。- 返回:
- 开始衬线宽
-
setEndSurroundLineWidth
public void setEndSurroundLineWidth(double width)
设置结束衬线宽。- 参数:
width- 结束衬线宽
-
getEndSurroundLineWidth
public double getEndSurroundLineWidth()
获取结束衬线宽。- 返回:
- 结束衬线宽
-
setStartSurroundLineColor
public void setStartSurroundLineColor(Color color)
设置开始衬线颜色- 参数:
color- 开始衬线颜色
-
getStartSurroundLineColor
public Color getStartSurroundLineColor()
获取开始衬线颜色- 返回:
- 开始衬线颜色
-
setSurroundLineColorAttr
public void setSurroundLineColorAttr(boolean bSurroundLineColor)
设置衬线颜色属性是否有效- 参数:
bSurroundLineColor- 衬线颜色属性是否有效
-
getSurroundLineColorAttr
public boolean getSurroundLineColorAttr()
获取衬线颜色属性是否有效- 返回:
- 衬线颜色属性是否有效
-
setEndSurroundLineColor
public void setEndSurroundLineColor(Color colorValue)
设置结束衬线颜色。- 参数:
colorValue- 结束衬线颜色
-
getEndSurroundLineColor
public Color getEndSurroundLineColor()
获取结束衬线颜色- 返回:
- 结束衬线颜色
-
-