Packages

 

com.aspose.imaging.fileformats.cmx.objectmodel.enums

Class GradientTypes

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.cmx.objectmodel.enums.GradientTypes


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

    Gradient fill types

    • 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 Conical
      Conical fountain fill.
      static int Elliptical
      Elliptical fountain fill.
      static int Linear
      Linear fountain fill.
      static int Rectangular
      Rectangular fountain fill.
      • 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

      • Linear

        public static final int Linear

        Linear fountain fill. Apply a fill that gradually changes color along a linear path.

        See Also:
        Constant Field Values
      • Elliptical

        public static final int Elliptical

        Elliptical fountain fill. Apply a fill that gradually changes color in concrete ellipses from the center outwards.

        See Also:
        Constant Field Values
      • Conical

        public static final int Conical

        Conical fountain fill. Apply a fill that gradually changes color in a conical shape.

        See Also:
        Constant Field Values
      • Rectangular

        public static final int Rectangular

        Rectangular fountain fill. Apply a fill that gradually changes color in concrete rectangles from the center outwards.

        See Also:
        Constant Field Values