com.supermap.mobjects.situationsimulation

类 FlowLineCommunicationLink

    • 构造器详细资料

      • FlowLineCommunicationLink

        public FlowLineCommunicationLink()
        构造函数
    • 方法详细资料

      • setLineWidth

        public void setLineWidth(double dLineWidth)
        设置线宽(单位:米)。
        参数:
        dLineWidth - 线宽。
      • getLineWidth

        public double getLineWidth()
        获取线宽。
        返回:
        线宽。
      • setDashLength

        public void setDashLength(double dDashLength)
        设置间断线长度(单位:米)。
        参数:
        dDashLength - 长度。
      • getDashLength

        public double getDashLength()
        获取间断线长度(单位:米)。
        返回:
        长度。
      • setDashPattern

        public void setDashPattern(int shortDashPattern)
        设置间断线模板(使用二进制0和1代表间断线样式)。
        参数:
        shortDashPattern - 间断线样式。
      • getDashPattern

        public int getDashPattern()
        获取间断线模板(使用二进制0和1代表间断线样式)。
        返回:
        返回样式的十进制数组。
      • setLineColor

        public void setLineColor(Color colorValue3D)
        设置线色。
        参数:
        colorValue3D - 线色。
      • getLineColor

        public Color getLineColor()
        获取线色。
        返回:
        返回线色。
      • setGapColor

        public void setGapColor(Color colorValue3D)
        设置间断线线色。
        参数:
        colorValue3D - 线色。
      • getGapColor

        public Color getGapColor()
        获取线线色。
        返回:
        返回线色。

Copyright © 2021–2024 SuperMap. All rights reserved.