com.supermap.videomap

类 VideoValidBounds

  • java.lang.Object
    • com.supermap.videomap.VideoValidBounds


  • public class VideoValidBounds
    extends java.lang.Object
    视频有效边界
    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      boolean contains(int x, int y)
      判断(x,y)是否在视频有效边界内
      int getCenterX()
      获取中心坐标的X值
      int getCenterY()
      获取中心坐标的Y值
      • 从类继承的方法 java.lang.Object

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

      • VideoValidBounds

        public VideoValidBounds()
        构造函数
      • VideoValidBounds

        public VideoValidBounds(int x,
                                int y,
                                int width,
                                int height)
        构造函数
        参数:
        x -
        y -
        width -
        height -
    • 方法详细资料

      • contains

        public boolean contains(int x,
                                int y)
        判断(x,y)是否在视频有效边界内
        参数:
        x -
        y -
        返回:
      • getCenterX

        public int getCenterX()
        获取中心坐标的X值
        返回:
      • getCenterY

        public int getCenterY()
        获取中心坐标的Y值
        返回: