Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusWrapMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusWrapMode


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

    The WrapMode enumeration defines how the pattern from a texture or gradient brush is tiled across a shape or at shape boundaries, 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 WrapModeClamp
      Fixes the texture or gradient to the object boundary.
      static int WrapModeTile
      Tiles the gradient or texture.
      static int WrapModeTileFlipX
      Reverses the texture or gradient horizontally, and then tiles the texture or gradient.
      static int WrapModeTileFlipXY
      Reverses the texture or gradient horizontally and vertically, and then tiles the texture or gradient.
      static int WrapModeTileFlipY
      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

      • WrapModeTile

        public static final int WrapModeTile

        Tiles the gradient or texture.

        See Also:
        Constant Field Values
      • WrapModeTileFlipX

        public static final int WrapModeTileFlipX

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

        See Also:
        Constant Field Values
      • WrapModeTileFlipY

        public static final int WrapModeTileFlipY

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

        See Also:
        Constant Field Values
      • WrapModeTileFlipXY

        public static final int WrapModeTileFlipXY

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

        See Also:
        Constant Field Values
      • WrapModeClamp

        public static final int WrapModeClamp

        Fixes the texture or gradient to the object boundary.

        See Also:
        Constant Field Values