public class FlowLineCommunicationLink extends CommunicationLink
构造器和说明 |
---|
FlowLineCommunicationLink()
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象
|
double |
getDashLength()
获取间断线长度(单位:米)。
|
int |
getDashPattern()
获取间断线模板(使用二进制0和1代表间断线样式)。
|
Color |
getGapColor()
获取线线色。
|
Color |
getLineColor()
获取线色。
|
double |
getLineWidth()
获取线宽。
|
void |
setDashLength(double dDashLength)
设置间断线长度(单位:米)。
|
void |
setDashPattern(int shortDashPattern)
设置间断线模板(使用二进制0和1代表间断线样式)。
|
void |
setGapColor(Color colorValue3D)
设置间断线线色。
|
void |
setLineColor(Color colorValue3D)
设置线色。
|
void |
setLineWidth(double dLineWidth)
设置线宽(单位:米)。
|
getEndPoint, getEndUuid, getLinkType, getMaxVisibleDistance, getStartPoint, getStartUuid, setEndPoint, setEndUuid, setMaxVisibleDistance, setStartPoint, setStartUuid
clone, fromXml, generateUuid, getOffset, getType, getUuid, isChangeSizeFlowModel, isVisible, setChangeSizeFlowModel, setOffset, setUuid, setVisible, toXml
public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 CommunicationLink
public void setLineWidth(double dLineWidth)
dLineWidth
- 线宽。public double getLineWidth()
public void setDashLength(double dDashLength)
dDashLength
- 长度。public double getDashLength()
public void setDashPattern(int shortDashPattern)
shortDashPattern
- 间断线样式。public int getDashPattern()
public void setLineColor(Color colorValue3D)
colorValue3D
- 线色。public Color getLineColor()
public void setGapColor(Color colorValue3D)
colorValue3D
- 线色。public Color getGapColor()
Copyright © 2021–2024 SuperMap. All rights reserved.