com.supermap.plot
类 AnimationAttribute
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.plot.AnimationGO
-
- com.supermap.plot.AnimationAttribute
-
- 所有已实现的接口:
- IDisposable
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, getAnimationType, getComplete, getControlName, getDuration, getGeometryID, getGeometryUuID, getLayerName, getName, getStartTime, setCaption, setDuration, setGeometry, setGeometry2D, setGeometry3D, setName, 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)
设置结束线色。- 参数:
结束线色
-
-
getEndLineColor
public Color getEndLineColor()
获取结束线色- 返回:
- 结束线色
-
setLineWidthAttr
public void setLineWidthAttr(boolean blineWidth)
设置线宽属性是否有效- 参数:
线宽属性是否有效
-
-
getLineWidthAttr
public boolean getLineWidthAttr()
获取线宽属性是否有效- 返回:
- 线宽属性是否有效
-
setStartLineWidth
public void setStartLineWidth(double lineWidth)
设置开始线宽- 参数:
线宽
-
-
getStartLineWidth
public double getStartLineWidth()
获取开始线宽- 返回:
- 线宽
-
setEndLineWidth
public void setEndLineWidth(double lineWidth)
设置结束线宽。- 参数:
结束线宽
-
-
getEndLineWidth
public double getEndLineWidth()
获取结束线宽- 返回:
- 结束线宽
-
setSurroundLineWidthAttr
public void setSurroundLineWidthAttr(boolean bSurroundLineWidth)
设置衬线宽属性是否有效- 参数:
衬线宽属性是否有效
-
-
getSurroundLineWidthAttr
public boolean getSurroundLineWidthAttr()
获取衬线宽属性是否有效- 返回:
- 衬线宽属性是否有效
-
setStartSurroundLineWidth
public void setStartSurroundLineWidth(double width)
设置开始衬线宽- 参数:
开始衬线宽
-
-
getStartSurroundLineWidth
public double getStartSurroundLineWidth()
获取开始衬线宽- 返回:
- 开始衬线宽
-
setEndSurroundLineWidth
public void setEndSurroundLineWidth(double 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()
获取结束衬线颜色- 返回:
- 结束衬线颜色
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.