Class Flip
- java.lang.Object
-
- net.coobird.thumbnailator.filters.Flip
-
public class Flip extends java.lang.ObjectA class containing flip transformation filters.
-
-
Field Summary
Fields Modifier and Type Field Description static ImageFilterHORIZONTALAn image filter which performs a horizontal flip of the image.static ImageFilterVERTICALAn image filter which performs a vertical flip of the image.
-
Constructor Summary
Constructors Constructor Description Flip()
-
-
-
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.
-
-