类 OffsetFilter

    • 构造器详细资料

      • OffsetFilter

        public OffsetFilter()
      • OffsetFilter

        public OffsetFilter​(int xOffset,
                            int yOffset,
                            boolean wrap)
    • 方法详细资料

      • setXOffset

        public void setXOffset​(int xOffset)
      • getXOffset

        public int getXOffset()
      • setYOffset

        public void setYOffset​(int yOffset)
      • getYOffset

        public int getYOffset()
      • setWrap

        public void setWrap​(boolean wrap)
      • getWrap

        public boolean getWrap()
      • transformInverse

        protected void transformInverse​(int x,
                                        int y,
                                        float[] out)
        从类复制的说明: TransformFilter
        Inverse transform a point. This method needs to be overriden by all subclasses.
        指定者:
        transformInverse 在类中 TransformFilter
        参数:
        x - the X position of the pixel in the output image
        y - the Y position of the pixel in the output image
        out - the position of the pixel in the input image