com.supermap.data
类 GeoTextParametric
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.Geometry
-
- com.supermap.data.GeometryParametric
-
- com.supermap.data.GeoTextParametric
-
- 所有已实现的接口:
- IDisposable
public class GeoTextParametric extends GeometryParametric
参数化文本几何对象类 目前,暂不支持参数化文本几何对象的编辑操作。
-
-
构造器概要
构造器 构造器和说明 GeoTextParametric()
构造函数GeoTextParametric(GeoTextParametric geoText)
构造函数GeoTextParametric(PointParametric point, String text)
构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 GeoTextParametric
clone()
克隆注记void
dispose()
释放对象String
getText()
得到字符TextStyle
getTextStyle()
返回文本样式void
setText(String text)
设置字符void
setTextStyle(TextStyle textStyle)
设置本文样式-
从类继承的方法 com.supermap.data.Geometry
addCustomGeometryCreatedListener, fromXML, getBounds, getID, getInnerPoint, getStyle, getType, getVariantID, hitTest, isEmpty, mirror, offset, removeCustomGeometryCreatedListener, resize, rotate, setBounds, setID, setStyle, toXML
-
-
-
-
构造器详细资料
-
GeoTextParametric
public GeoTextParametric()
构造函数
-
GeoTextParametric
public GeoTextParametric(GeoTextParametric geoText)
构造函数- 参数:
geoText
- GeoTextParametric
-
GeoTextParametric
public GeoTextParametric(PointParametric point, String text)
构造函数- 参数:
part
- TextParttextStyle
- TextStyle
-
-
方法详细资料
-
getText
public String getText()
得到字符- 返回:
- String
-
setText
public void setText(String text)
设置字符
-
getTextStyle
public TextStyle getTextStyle()
返回文本样式- 返回:
- TextStyle
-
setTextStyle
public void setTextStyle(TextStyle textStyle)
设置本文样式- 参数:
textStyle
- TextStyle
-
clone
public GeoTextParametric clone()
克隆注记
-
dispose
public void dispose()
释放对象- 指定者:
dispose
在接口中IDisposable
- 覆盖:
dispose
在类中GeometryParametric
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.