类 FlipFilter

    • 字段详细资料

      • FLIP_H

        public static final int FLIP_H
        Flip the image horizontally.
        另请参阅:
        常量字段值
      • FLIP_V

        public static final int FLIP_V
        Flip the image vertically.
        另请参阅:
        常量字段值
      • FLIP_HV

        public static final int FLIP_HV
        Flip the image horizontally and vertically.
        另请参阅:
        常量字段值
      • FLIP_90CW

        public static final int FLIP_90CW
        Rotate the image 90 degrees clockwise.
        另请参阅:
        常量字段值
      • FLIP_90CCW

        public static final int FLIP_90CCW
        Rotate the image 90 degrees counter-clockwise.
        另请参阅:
        常量字段值
      • FLIP_180

        public static final int FLIP_180
        Rotate the image 180 degrees.
        另请参阅:
        常量字段值
    • 构造器详细资料

      • FlipFilter

        public FlipFilter()
        Construct a FlipFilter which flips horizontally and vertically.
      • FlipFilter

        public FlipFilter​(int operation)
        Construct a FlipFilter.
        参数:
        operation - the filter operation