com.supermap.data
类 GeoTextEPS

java.lang.Object
  继承者 com.supermap.data.Geometry
      继承者 com.supermap.data.GeometryEPS
          继承者 com.supermap.data.GeoTextEPS

public class GeoTextEPS
extends GeometryEPS

EPS文本几何对象类。 目前,暂不支持EPS文本几何对象的编辑操作。


构造方法摘要
GeoTextEPS()
          构造函数
GeoTextEPS(GeoTextEPS geoText)
          构造函数
GeoTextEPS(PointEPS point, java.lang.String text)
          构造函数
 
方法摘要
 GeoTextEPS clone()
          克隆注记
 void dispose()
          释放对象
 java.lang.String getText()
          得到字符
 TextStyle getTextStyle()
          返回文本样式
 void setText(java.lang.String text)
          设置字符
 void setTextStyle(TextStyle textStyle)
          设置本文样式
 
从类 com.supermap.data.GeometryEPS 继承的方法
add, get, getCount, insert, remove, set, setEmpty
 
从类 com.supermap.data.Geometry 继承的方法
addCustomGeometryCreatedListener, fromXML, getBounds, getID, getInnerPoint, getStyle, getType, getVariantID, hitTest, isEmpty, mirror, offset, removeCustomGeometryCreatedListener, resize, rotate, setID, setStyle, toXML
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GeoTextEPS

public GeoTextEPS()
构造函数


GeoTextEPS

public GeoTextEPS(GeoTextEPS geoText)
构造函数

参数:
geoText -

GeoTextEPS

public GeoTextEPS(PointEPS point,
                  java.lang.String text)
构造函数

参数:
part -
textStyle -
方法详细信息

getText

public java.lang.String getText()
得到字符

返回:
String

setText

public void setText(java.lang.String text)
设置字符


getTextStyle

public TextStyle getTextStyle()
返回文本样式

返回:
TextStyle

setTextStyle

public void setTextStyle(TextStyle textStyle)
设置本文样式

参数:
textStyle -

clone

public GeoTextEPS clone()
克隆注记

覆盖:
java.lang.Object 中的 clone
返回:
Geometry

dispose

public void dispose()
释放对象

覆盖:
GeometryEPS 中的 dispose