com.supermap.data
类 GeoTextParametric

java.lang.Object
  继承者 com.supermap.data.Geometry
      继承者 com.supermap.data.GeometryParametric
          继承者 com.supermap.data.GeoTextParametric

public class GeoTextParametric
extends GeometryParametric

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


构造方法摘要
GeoTextParametric()
          构造函数
GeoTextParametric(GeoTextParametric geoText)
          构造函数
GeoTextParametric(PointParametric point, java.lang.String text)
          构造函数
 
方法摘要
 GeoTextParametric clone()
          克隆注记
 void dispose()
          释放对象
 java.lang.String getText()
          得到字符
 TextStyle getTextStyle()
          返回文本样式
 void setText(java.lang.String text)
          设置字符
 void setTextStyle(TextStyle textStyle)
          设置本文样式
 
从类 com.supermap.data.GeometryParametric 继承的方法
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
 

构造方法详细信息

GeoTextParametric

public GeoTextParametric()
构造函数


GeoTextParametric

public GeoTextParametric(GeoTextParametric geoText)
构造函数

参数:
geoText - GeoTextParametric

GeoTextParametric

public GeoTextParametric(PointParametric point,
                         java.lang.String text)
构造函数

参数:
part - TextPart
textStyle - 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 - TextStyle

clone

public GeoTextParametric clone()
克隆注记

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

dispose

public void dispose()
释放对象

覆盖:
GeometryParametric 中的 dispose