Class Flip


  • public class Flip
    extends java.lang.Object
    A class containing flip transformation filters.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ImageFilter HORIZONTAL
      An image filter which performs a horizontal flip of the image.
      static ImageFilter VERTICAL
      An image filter which performs a vertical flip of the image.
    • Constructor Summary

      Constructors 
      Constructor Description
      Flip()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • HORIZONTAL

        public static final ImageFilter HORIZONTAL
        An image filter which performs a horizontal flip of the image.
      • VERTICAL

        public static final ImageFilter VERTICAL
        An image filter which performs a vertical flip of the image.
    • Constructor Detail

      • Flip

        public Flip()