com.supermap.data

类 GeoTextParametric

  • 所有已实现的接口:
    IDisposable


    public class GeoTextParametric
    extends GeometryParametric
    参数化文本几何对象类 目前,暂不支持参数化文本几何对象的编辑操作。
    • 构造器详细资料

      • GeoTextParametric

        public GeoTextParametric()
        构造函数
      • GeoTextParametric

        public GeoTextParametric(GeoTextParametric geoText)
        构造函数
        参数:
        geoText - GeoTextParametric
      • GeoTextParametric

        public GeoTextParametric(PointParametric point,
                                 String text)
        构造函数
        参数:
        part - TextPart
        textStyle - 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

Copyright © 2021–2024 SuperMap. All rights reserved.