com.aspose.imaging
Class WarpMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.WarpMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class WarpMode
extends java.lang.Enum

Specifies the type of warp transformation applied.

See Also:
Serialized Form

Field Summary
static int Bilinear
           Specifies a bilinear warp.
static int Perspective
           Specifies a perspective warp.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Bilinear

public static final int Bilinear

Specifies a bilinear warp.

See Also:
Constant Field Values

Perspective

public static final int Perspective

Specifies a perspective warp.

See Also:
Constant Field Values