com.supermap.mobjects.animation
类 BaseAnimationAttribute
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.animation.AnimationGO
-
- com.supermap.mobjects.animation.BaseAnimationAttribute
-
- 所有已实现的接口:
- IDisposable
public class BaseAnimationAttribute extends AnimationGO
属性动画类(旧):该类提供了属性动画的一系列属性。
-
-
构造器概要
构造器 构造器和说明 BaseAnimationAttribute()构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 ColorgetEndLineColor()获取结束线色doublegetEndLineWidth()获取结束线宽ColorgetEndSurroundLineColor()获取结束衬线颜色 return 结束衬线色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.mobjects.animation.AnimationGO
dispose, getAnimation2DGeometry, getAnimation3DGeometry, getAnimationType, getCaption, getComplete, getDuration, getGeometryUuID, getName, getPlayType, getStartTime, setCaption, setDuration, setPlayType, setStartTime
-
-
-
-
方法详细资料
-
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()
获取结束衬线宽- 返回:
- 结束衬线宽
-
setSurroundLineColorAttr
public void setSurroundLineColorAttr(boolean bSurroundLineColor)
设置衬线颜色属性是否有效- 参数:
bSurroundLineColor- 衬线颜色属性是否有效
-
getSurroundLineColorAttr
public boolean getSurroundLineColorAttr()
获取衬线颜色属性是否有效- 返回:
- 线颜色属性是否有效
-
setStartSurroundLineColor
public void setStartSurroundLineColor(Color color)
设置开始衬线颜色。 param color 开始衬线色
-
getStartSurroundLineColor
public Color getStartSurroundLineColor()
获取开始衬线颜色。- 返回:
- 开始衬线颜色
-
setEndSurroundLineColor
public void setEndSurroundLineColor(Color colorValue)
设置结束衬线颜色。 param color 结束衬线色
-
getEndSurroundLineColor
public Color getEndSurroundLineColor()
获取结束衬线颜色 return 结束衬线色
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.