public class SignPro
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
SignPro()
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象
|
double |
getBarHeight()
获取标牌柄高度。
|
GeoStyle |
getBarStyle()
获取标牌柄样式
|
String[] |
getContents()
获取标牌文字内容
|
GeoStyle |
getFrameStyle()
获取标牌框样式
|
GeoStyle |
getTaryStyle()
获取标牌托样式
|
TextStyle[] |
getTextStyles()
获取标牌文字样式
|
void |
setBarHeight(double dBarHeight)
设置标牌柄高度。
|
void |
setBarStyle(GeoStyle style)
设置标牌柄样式
|
void |
setContents(String[] arrContents)
设置标牌文字内容
|
void |
setFrameStyle(GeoStyle style)
设置标牌框样式
|
void |
setTaryStyle(GeoStyle style)
设置标牌托样式
|
void |
setTextStyles(TextStyle[] arrTextStyles)
设置标牌文字样式,文字位置通过setAlignment设置,TextAlignment.MIDDLELEFT是靠左,TextAlignment.MIDDLECENTER是居中,TextAlignment.MIDDLERIGHT是靠右,其他都默认为居中
|
public void dispose()
public double getBarHeight()
public void setBarHeight(double dBarHeight)
dBarHeight
- 标牌柄高度。public String[] getContents()
public void setContents(String[] arrContents)
arrContents
- 标牌文字内容public TextStyle[] getTextStyles()
public void setTextStyles(TextStyle[] arrTextStyles)
arrTextStyles
- 标牌文字样式public GeoStyle getBarStyle()
public void setBarStyle(GeoStyle style)
style
- 标牌柄样式public GeoStyle getTaryStyle()
public void setTaryStyle(GeoStyle style)
style
- 标牌托样式public GeoStyle getFrameStyle()
public void setFrameStyle(GeoStyle style)
style
- 标牌框样式Copyright © 2021–2024 SuperMap. All rights reserved.