com.supermap.plot

类 AnimationAttribute



  • public class AnimationAttribute
    extends AnimationGO
    属性动画
    • 构造器详细资料

      • AnimationAttribute

        public AnimationAttribute()
        构造方法
    • 方法详细资料

      • 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()
        获取结束衬线颜色
        返回:
        结束衬线颜色