com.aspose.slides.pptx
Class GradientShapeEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.GradientShapeEx
All Implemented Interfaces:
java.lang.Comparable

public class GradientShapeEx
extends Enumerate

Enumeration which defines shapes of a gradient.


Field Summary
static GradientShapeEx LINEAR
           
static int LINEAR_ID
           
static GradientShapeEx NOT_DEFINED
           
static int NOT_DEFINED_ID
           
static GradientShapeEx PATH
           
static int PATH_ID
           
static GradientShapeEx RADIAL
           
static int RADIAL_ID
           
static GradientShapeEx RECTANGLE
           
static int RECTANGLE_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.slides.Enumerate
compareTo, equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_DEFINED

public static final GradientShapeEx NOT_DEFINED

NOT_DEFINED_ID

public static final int NOT_DEFINED_ID
See Also:
Constant Field Values

LINEAR

public static final GradientShapeEx LINEAR

LINEAR_ID

public static final int LINEAR_ID
See Also:
Constant Field Values

RECTANGLE

public static final GradientShapeEx RECTANGLE

RECTANGLE_ID

public static final int RECTANGLE_ID
See Also:
Constant Field Values

RADIAL

public static final GradientShapeEx RADIAL

RADIAL_ID

public static final int RADIAL_ID
See Also:
Constant Field Values

PATH

public static final GradientShapeEx PATH

PATH_ID

public static final int PATH_ID
See Also:
Constant Field Values