com.aspose.diagram

Class GradientStyleType

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

Utility class containing constants. Represents gradient shading style.

Field Summary
static final intDIAGONAL_DOWN
Diagonal down shading style
static final intDIAGONAL_UP
Diagonal up shading style
static final intFROM_CENTER
From center shading style
static final intFROM_CORNER
From corner shading style
static final intHORIZONTAL
Horizontal shading style
static final intVERTICAL
Vertical shading style
static final intUNKNOWN
Uknown shading style.Only for the shading style(which is not for any memeber of the GradientStyleType) in the template file.
 

    • Field Detail

      • DIAGONAL_DOWN

        public static final int DIAGONAL_DOWN
        Diagonal down shading style
      • DIAGONAL_UP

        public static final int DIAGONAL_UP
        Diagonal up shading style
      • FROM_CENTER

        public static final int FROM_CENTER
        From center shading style
      • FROM_CORNER

        public static final int FROM_CORNER
        From corner shading style
      • HORIZONTAL

        public static final int HORIZONTAL
        Horizontal shading style
      • VERTICAL

        public static final int VERTICAL
        Vertical shading style
      • UNKNOWN

        public static final int UNKNOWN
        Uknown shading style.Only for the shading style(which is not for any memeber of the GradientStyleType) in the template file.