Packages

 

com.aspose.imaging.fileformats.opendocument.enums

Class OdGradientStyle

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.opendocument.enums.OdGradientStyle


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

    The gradient style

    • 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 Axial
      The axial defines a bi-linear gradient that is also known as reflected gradient or mirrored linear gradient.
      static int Ellipsoid
      The ellipsoid defines a gradient where the colors are blend along the radius from the center of an ellipsoid as defined with the draw:cx and draw:cy attributes.
      static int Linear
      The linear defines a gradient where the colors blend along the linear axis of the gradient.
      static int None
      The gradient style is none
      static int Radial
      The radial defines a gradient where the colors are blend along the radius from the center of a circle as defined with the draw:cx and draw:cy attributes.
      static int Rectangle
      The rectangle defines a gradient that produces a rectangular blend from the center of the rectangle to the shortest of the 4 borders.
      static int Square
      The square defines a gradient that produces a square blend, imitating the visual perspective in a corridor or the aerial view of a pyramid.
      • 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

      • Axial

        public static final int Axial

        The axial defines a bi-linear gradient that is also known as reflected gradient or mirrored linear gradient. It is created as a linear gradient that is mirrored (or reflected) along its axis.

        See Also:
        Constant Field Values
      • Ellipsoid

        public static final int Ellipsoid

        The ellipsoid defines a gradient where the colors are blend along the radius from the center of an ellipsoid as defined with the draw:cx and draw:cy attributes. The length of the semi major-axis is the width of the filled area and the length of the semi-minor

        See Also:
        Constant Field Values
      • Linear

        public static final int Linear

        The linear defines a gradient where the colors blend along the linear axis of the gradient. The axis of the gradient is specified with the draw:angle attribute clockwise to the vertical axis.

        See Also:
        Constant Field Values
      • Radial

        public static final int Radial

        The radial defines a gradient where the colors are blend along the radius from the center of a circle as defined with the draw:cx and draw:cy attributes. The outside of the circle is filled with the end color.

        See Also:
        Constant Field Values
      • Rectangle

        public static final int Rectangle

        The rectangle defines a gradient that produces a rectangular blend from the center of the rectangle to the shortest of the 4 borders. The center of the rectangle is defined with the attributes draw:cx and draw:cy. The width of the rectangle is the width of the filled area, the height of the rectangle is the height of the filled area. The outside of the square is filled with the end color.

        See Also:
        Constant Field Values
      • Square

        public static final int Square

        The square defines a gradient that produces a square blend, imitating the visual perspective in a corridor or the aerial view of a pyramid. Also known as "box gradient" and "pyramidal gradient". The center of the square is defined with the draw:cx and draw:cy attributes. The width and height of the square is the minimum value of either the width or the height of the filled area. The outside of the square is filled with the end color.

        See Also:
        Constant Field Values