程序包 org.openni

类 CropArea


  • public class CropArea
    extends java.lang.Object
    The CropArea object encapsulate cropping information data
    • 构造器概要

      构造器 
      构造器 说明
      CropArea​(int originX, int originY, int width, int height)
      The CropArea constructor
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      int getHeight()
      Return height cropping value
      int getOriginX()
      Return X cropping coordinate
      int getOriginY()
      Return Y cropping coordinate
      int getWidth()
      Return width cropping value
      • 从类继承的方法 java.lang.Object

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

      • CropArea

        public CropArea​(int originX,
                        int originY,
                        int width,
                        int height)
        The CropArea constructor
        参数:
        originX - X coordinate for the cropping
        originY - Y coordinate for the cropping
        width - width cropping value
        height - height cropping value
    • 方法详细资料

      • getOriginX

        public int getOriginX()
        Return X cropping coordinate
        返回:
        X cropping coordinate
      • getOriginY

        public int getOriginY()
        Return Y cropping coordinate
        返回:
        Y cropping coordinate
      • getWidth

        public int getWidth()
        Return width cropping value
        返回:
        width cropping value
      • getHeight

        public int getHeight()
        Return height cropping value
        返回:
        height cropping value