|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<InteriorColorPattern>
com.spire.presentation.charts.InteriorColorPattern
public enum InteriorColorPattern
Enum Constant Summary | |
---|---|
AUTO
automatically controlled pattern. |
|
CHECKER
Checkerboard. |
|
CRISS_CROSS
Criss-crossed lines. |
|
DOWN
dark diagonal lines running from the upper left to the lower right. |
|
GRAY_16
16% gray. |
|
GRAY_25
25% gray. |
|
GRAY_50
50% gray. |
|
GRAY_75
75% gray. |
|
GRAY_8
8% gray. |
|
GRID
Grid. |
|
HORIZONTAL
Dark horizontal lines. |
|
LIGHT_DOWN
Light diagonal lines running from the upper left to the lower right. |
|
LIGHT_HORIZONTAL
Light horizontal lines. |
|
LIGHT_UP
Light diagonal lines running from the lower left to the upper right. |
|
LIGHT_VERTICAL
Light vertical bars. |
|
LINEAR_GRADIENT
A linear gradient. |
|
NONE
No pattern. |
|
RECTANGULAR_GRADIENT
A rectangular gradient. |
|
SEMI_GRAY_75
75% dark. |
|
SOLID
A solid color. |
|
UP
Dark diagonal lines running from the lower left to the upper right. |
|
VERTICAL
Dark vertical bars. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name. |
int |
getValue()
Gets the value. |
Enum Constant Detail |
---|
public static final InteriorColorPattern AUTO
public static final InteriorColorPattern CHECKER
public static final InteriorColorPattern CRISS_CROSS
public static final InteriorColorPattern DOWN
public static final InteriorColorPattern GRAY_16
public static final InteriorColorPattern GRAY_25
public static final InteriorColorPattern GRAY_50
public static final InteriorColorPattern GRAY_75
public static final InteriorColorPattern GRAY_8
public static final InteriorColorPattern GRID
public static final InteriorColorPattern HORIZONTAL
public static final InteriorColorPattern LIGHT_DOWN
public static final InteriorColorPattern LIGHT_HORIZONTAL
public static final InteriorColorPattern LIGHT_UP
public static final InteriorColorPattern LIGHT_VERTICAL
public static final InteriorColorPattern LINEAR_GRADIENT
public static final InteriorColorPattern NONE
public static final InteriorColorPattern RECTANGULAR_GRADIENT
public static final InteriorColorPattern SEMI_GRAY_75
public static final InteriorColorPattern SOLID
public static final InteriorColorPattern UP
public static final InteriorColorPattern VERTICAL
Method Detail |
---|
public java.lang.String getName()
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |