com.supermap.data
类 GeoTextEPS
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.Geometry
-
- com.supermap.data.GeometryEPS
-
- com.supermap.data.GeoTextEPS
-
- 所有已实现的接口:
- IDisposable
public class GeoTextEPS extends GeometryEPS
EPS文本几何对象类。 目前,暂不支持EPS文本几何对象的编辑操作。
-
-
构造器概要
构造器 构造器和说明 GeoTextEPS()
构造函数GeoTextEPS(GeoTextEPS geoText)
构造函数GeoTextEPS(PointEPS point, String text)
构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 GeoTextEPS
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
-
-
-
-
构造器详细资料
-
GeoTextEPS
public GeoTextEPS()
构造函数
-
GeoTextEPS
public GeoTextEPS(GeoTextEPS geoText)
构造函数- 参数:
geoText
-
-
-
方法详细资料
-
getText
public String getText()
得到字符- 返回:
- String
-
setText
public void setText(String text)
设置字符
-
getTextStyle
public TextStyle getTextStyle()
返回文本样式- 返回:
- TextStyle
-
setTextStyle
public void setTextStyle(TextStyle textStyle)
设置本文样式- 参数:
textStyle
-
-
clone
public GeoTextEPS clone()
克隆注记
-
dispose
public void dispose()
释放对象- 指定者:
dispose
在接口中IDisposable
- 覆盖:
dispose
在类中GeometryEPS
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.