Package | Description |
---|---|
com.steema.teechart.drawing |
Modifier and Type | Field and Description |
---|---|
static GradientDirection |
GradientDirection.BACKDIAGONAL |
static GradientDirection |
GradientDirection.FORWARDDIAGONAL |
static GradientDirection |
GradientDirection.HORIZONTAL |
static GradientDirection |
GradientDirection.RADIAL |
static GradientDirection |
GradientDirection.VERTICAL |
Modifier and Type | Method and Description |
---|---|
static GradientDirection |
GradientDirection.atIndex(int index) |
GradientDirection |
Gradient.getDirection()
The direction the gradient fill to be applied.
Default value: GradientDirection.Vertical |
Modifier and Type | Method and Description |
---|---|
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.
The Chart.Gradient component uses this method internally. |
void |
Graphics3DPDF.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.
The Chart.Gradient component uses this method internally. |
void |
Gradient.setDirection(GradientDirection value)
Specifies the direction the gradient fill to be applied.
Default value: GradientDirection.Vertical |