|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GradientDirection | |
---|---|
com.steema.teechart.drawing |
Uses of GradientDirection in com.steema.teechart.drawing |
---|
Fields in com.steema.teechart.drawing declared as GradientDirection | |
---|---|
static GradientDirection |
GradientDirection.BACKDIAGONAL
|
static GradientDirection |
GradientDirection.FORWARDDIAGONAL
|
static GradientDirection |
GradientDirection.HORIZONTAL
|
static GradientDirection |
GradientDirection.RADIAL
|
static GradientDirection |
GradientDirection.VERTICAL
|
Methods in com.steema.teechart.drawing that return GradientDirection | |
---|---|
GradientDirection |
Gradient.getDirection()
The direction the gradient fill to be applied. |
Methods in com.steema.teechart.drawing with parameters of type GradientDirection | |
---|---|
void |
Graphics3DVML.gradientFill(int left,
int top,
int right,
int bottom,
Color startColor,
Color endColor,
GradientDirection direction)
Fills a screen area with color-gradient background. |
void |
Graphics3DSVG.gradientFill(int left,
int top,
int right,
int bottom,
Color startColor,
Color endColor,
GradientDirection direction)
Fills a Screen area with multi-colored lines to obtain a nice shadow effect and coloured backgrounds. |
void |
Gradient.setDirection(GradientDirection value)
Specifies the direction the gradient fill to be applied. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |