com.supermap.ai

类 AISize

  • java.lang.Object
    • com.supermap.ai.AISize


  • public class AISize
    extends java.lang.Object
    AI尺寸参数类,用于AI中的聚合功能网格大小参数设置,尺寸变化监听回调参数传递等
    • 构造器概要

      构造器 
      构造器和说明
      AISize(int width, int height) 
    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      int getHeight()
      获取高度
      int getWidth()
      获取宽度
      void setHeight(int height)
      设置高度
      void setWidth(int width)
      设置宽度
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • AISize

        public AISize(int width,
                      int height)
        参数:
        width - 宽度
        height - 高度
    • 方法详细资料

      • setWidth

        public void setWidth(int width)
        设置宽度
        参数:
        width - 宽度
      • setHeight

        public void setHeight(int height)
        设置高度
        参数:
        height - 高度
      • getWidth

        public int getWidth()
        获取宽度
        返回:
        宽度
      • getHeight

        public int getHeight()
        获取高度
        返回:
        高度