Uses of Class
com.arctorus.documents.GradientType

Packages that use GradientType
com.arctorus.documents   
 

Uses of GradientType in com.arctorus.documents
 

Methods in com.arctorus.documents that return GradientType
 GradientType Gradient.getType()
          Return gradient type.
static GradientType GradientType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GradientType[] GradientType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.arctorus.documents with parameters of type GradientType
Gradient(GradientType type)
          Create gradient with the specified type.