Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class WrapMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.WrapMode


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

    Specifies how a texture or gradient is tiled when it is smaller than the area being filled.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Clamp
      The texture or gradient is not tiled.
      static int Tile
      Tiles the gradient or texture.
      static int TileFlipX
      Reverses the texture or gradient horizontally and then tiles the texture or gradient.
      static int TileFlipXY
      Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.
      static int TileFlipY
      Reverses the texture or gradient vertically and then tiles the texture or gradient.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • TileFlipX

        public static final int TileFlipX

        Reverses the texture or gradient horizontally and then tiles the texture or gradient.

        See Also:
        Constant Field Values
      • TileFlipY

        public static final int TileFlipY

        Reverses the texture or gradient vertically and then tiles the texture or gradient.

        See Also:
        Constant Field Values
      • TileFlipXY

        public static final int TileFlipXY

        Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.

        See Also:
        Constant Field Values
      • Clamp

        public static final int Clamp

        The texture or gradient is not tiled.

        See Also:
        Constant Field Values