Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Class WarpMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType
      • com.aspose.ms.System.Enum
        • com.aspose.psd.WarpMode


  • public final class WarpMode
    extends com.aspose.ms.System.Enum

    Specifies the type of warp transformation applied.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Bilinear
      Specifies a bilinear warp.
      static int Perspective
      Specifies a perspective warp.
    • Field Detail

      • Perspective

        public static final int Perspective

        Specifies a perspective warp.

        See Also:
        Constant Field Values