Package com.grapecity.documents.excel
Enum Class Pattern
- All Implemented Interfaces:
Serializable,Comparable<Pattern>,Constable
Specifies the interior pattern of a chart or interior object.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSpecifies that Spread controls the pattern.Specifies diagonal crosshatch.Specifies thin diagonal crosshatch.Specifies reverse diagonal stripe.Specifies 12.5% gray.Specifies 25% gray.Specifies 50% gray.Specifies 75% gray.Specifies 6.25% gray.Specifies thin horizontal crosshatch.Specifies horizontal stripe.Specifies thin reverse diagonal stripe.Specifies thin horizontal stripe.Specifies thin diagonal stripe.Specifies thin vertical stripe.Specifies the linear graident type for gradient fill.Specifies no pattern.Specifies the rectangular gradient type for gradient fill.Specifies thick diagonal crosshatch.Specifies a solid color.Specifies diagonal stripe.Specifies vertical stripe. -
Method Summary
-
Enum Constant Details
-
Automatic
Specifies that Spread controls the pattern. -
None
Specifies no pattern. -
Solid
Specifies a solid color. -
Gray75
Specifies 75% gray. -
Gray50
Specifies 50% gray. -
Gray25
Specifies 25% gray. -
Gray16
Specifies 12.5% gray. -
Gray8
Specifies 6.25% gray. -
Horizontal
Specifies horizontal stripe. -
Vertical
Specifies vertical stripe. -
Down
Specifies reverse diagonal stripe. -
Up
Specifies diagonal stripe. -
Checker
Specifies diagonal crosshatch. -
SemiGray75
Specifies thick diagonal crosshatch. -
LightHorizontal
Specifies thin horizontal stripe. -
LightVertical
Specifies thin vertical stripe. -
LightDown
Specifies thin reverse diagonal stripe. -
LightUp
Specifies thin diagonal stripe. -
Grid
Specifies thin horizontal crosshatch. -
CrissCross
Specifies thin diagonal crosshatch. -
LinearGradient
Specifies the linear graident type for gradient fill. -
RectangularGradient
Specifies the rectangular gradient type for gradient fill.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue() -
forValue
-