net.coobird.thumbnailator.filters
Class Flip

java.lang.Object
  extended by net.coobird.thumbnailator.filters.Flip

public class Flip
extends Object

A class containing flip transformation filters.

Author:
coobird

Field Summary
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
Flip()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, 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()


Copyright © 2014. All rights reserved.