com.aspose.diagram

Class GradientDirectionType

  • java.lang.Object
    • com.aspose.diagram.GradientDirectionType
public class GradientDirectionType 
extends java.lang.Object

Utility class containing constants. Represents all direction type of gradient.

Field Summary
static final intFROM_UPPER_LEFT_CORNER
FromUpperLeftCorner
static final intFROM_UPPER_RIGHT_CORNER
FromUpperRightCorner
static final intFROM_LOWER_LEFT_CORNER
FromLowerLeftCorner
static final intFROM_LOWER_RIGHT_CORNER
FromLowerRightCorner
static final intFROM_CENTER
FromCenter
static final intUNKNOWN
Unknown
 

    • Field Detail

      • FROM_UPPER_LEFT_CORNER

        public static final int FROM_UPPER_LEFT_CORNER
        FromUpperLeftCorner
      • FROM_UPPER_RIGHT_CORNER

        public static final int FROM_UPPER_RIGHT_CORNER
        FromUpperRightCorner
      • FROM_LOWER_LEFT_CORNER

        public static final int FROM_LOWER_LEFT_CORNER
        FromLowerLeftCorner
      • FROM_LOWER_RIGHT_CORNER

        public static final int FROM_LOWER_RIGHT_CORNER
        FromLowerRightCorner
      • FROM_CENTER

        public static final int FROM_CENTER
        FromCenter
      • UNKNOWN

        public static final int UNKNOWN
        Unknown