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()
构造方法
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 Color
getEndLineColor()
获取结束线色double
getEndLineWidth()
获取结束线宽。Color
getEndSurroundLineColor()
获取结束衬线颜色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)
设置衬线宽属性是否有效。-
从类继承的方法 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()
获取结束衬线颜色- 返回:
- 结束衬线颜色
-
-