com.supermap.mobjects.situationsimulation

类 EffectTextChangeParm

  • java.lang.Object
    • com.supermap.mobjects.situationsimulation.EffectTextChangeParm


  • public class EffectTextChangeParm
    extends Object
    文本渐变参数类
    • 构造器详细资料

      • EffectTextChangeParm

        public EffectTextChangeParm(Point2D point,
                                    double height,
                                    Color color)
        构造函数。
    • 方法详细资料

      • getPoint2D

        public Point2D getPoint2D()
        获取文本位置(屏幕位置0-1)。
        返回:
        文本位置。
      • setPoint2D

        public void setPoint2D(Point2D point)
        设置文本位置(屏幕位置0-1)。
        参数:
        point - 文本位置。
      • getHeight

        public double getHeight()
        获取文本高度。
        返回:
        文本高度。
      • setHeight

        public void setHeight(double height)
        设置文本高度。
        参数:
        height - 文本高度。
      • getColor

        public Color getColor()
        获取文本颜色。
        返回:
        文本颜色。
      • setColor

        public void setColor(Color color)
        设置文本颜色。
        参数:
        color - 文本颜色。

Copyright © 2021–2024 SuperMap. All rights reserved.