@DoNotObfuscate public enum FlipDirection extends java.lang.Enum<FlipDirection>
The flipping HORIZONTAL_AND_VERTICAL is not provided because that is the same as Rotation.DEGREES_180, which is provided.
| Enum Constant and Description |
|---|
HORIZONTAL |
NONE |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
abstract ImageRegion |
flip(com.pdfunit.internal.spi.IImage actualImage,
ImageRegion imageRegion) |
static FlipDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlipDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlipDirection NONE
public static final FlipDirection HORIZONTAL
public static final FlipDirection VERTICAL
public static FlipDirection[] values()
for (FlipDirection c : FlipDirection.values()) System.out.println(c);
public static FlipDirection valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic abstract ImageRegion flip(com.pdfunit.internal.spi.IImage actualImage, ImageRegion imageRegion)
Copyright (C) PDFUnit.com. See here for license.