Package | Description |
---|---|
com.steema.teechart |
TeeChart Charting Library for Java.
|
com.steema.teechart.drawing | |
com.steema.teechart.editors | |
com.steema.teechart.styles | |
com.steema.teechart.themes | |
com.steema.teechart.tools |
Modifier and Type | Method and Description |
---|---|
Gradient |
Shape.getGradient()
Calls the Gradient characteristics for the shape.
|
Modifier and Type | Method and Description |
---|---|
Gradient |
IGraphics3D.getGradient() |
Gradient |
Graphics3D.getGradient()
Determines the Brush.Gradient properties of the Canvas.
|
Gradient |
ChartFont.getGradient()
Applies a gradient fill to the font.
|
Gradient |
ChartBrush.getGradient()
Fill Gradient.
Gradient specifies the colors used to fill a zone. |
Modifier and Type | Method and Description |
---|---|
void |
Gradient.assign(Gradient value)
Copies the Gradient parameter properties into the Canvas.Gradient object.
|
static void |
Graphics3DAWT.prepareGradient(Gradient gradient,
java.awt.Graphics2D g,
Rectangle rect)
Brush to fill rectangular area rect
|
void |
Graphics3D.setGradient(Gradient value)
Determines the Brush.Gradient properties of the Canvas.
|
void |
ChartBrush.setGradient(Gradient value)
Sets the Gradient fill.
Default value: null |
Modifier and Type | Method and Description |
---|---|
static void |
GradientEditor.edit(java.awt.Container owner,
Gradient gradient)
Edit
|
static void |
GradientEditor.edit(java.awt.Container owner,
Gradient gradient,
boolean onlyStart,
boolean hideVisible) |
static javax.swing.JDialog |
DialogFactory.getEditDialog(Gradient gradient) |
static javax.swing.JDialog |
DialogFactory.getEditDialog(javax.swing.JFrame owner,
Gradient gradient) |
void |
GradientEditor.refreshControls(Gradient gradient) |
Constructor and Description |
---|
GradientEditor(Gradient value) |
Modifier and Type | Method and Description |
---|---|
protected Gradient |
Circular.calcCircleGradient() |
Gradient |
Circular.getCircleGradient()
Determines the Gradient which fills the ellipse.
Default value: null |
Gradient |
Ternary.getGradient() |
Gradient |
Shape.getGradient()
Gets Gradient fill characteristics for the ShapeSeries Shape.
|
Gradient |
SeriesPointer.getGradient()
Configures Gradient filling attributes.
Default value: null |
Gradient |
Polygon.getGradient()
Determines the kind of polygon's interior gradient effect.
|
Gradient |
Line.getGradient()
Determines the Line Gradient.
|
Gradient |
CustomBar.getGradient()
Defines the color Gradient used to fill the Bars.
These can be filled with these three colors: StartColor, MidColor, EndColor. |
Gradient |
Area.getGradient()
Determines Gradient to fill the background Area region.
|
Gradient |
Area.getTopGradient()
Determines how to fill the top 3D Area region.
|
Modifier and Type | Method and Description |
---|---|
void |
Ternary.setGradient(Gradient Value) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTheme.resetGradient(Gradient chartGradient) |
void |
BlueSkyTheme.resetGradient(Gradient chartGradient) |
void |
BlackIsBackTheme.resetGradient(Gradient chartGradient) |
Modifier and Type | Method and Description |
---|---|
Gradient |
SeriesRegion.getGradient()
The gradient colors used to fill the area in the region.
|
Gradient |
SeriesBand.getGradient()
The gradient colors used to fill the area between the two series.
|
Gradient |
ColorBand.getGradient()
Sets Band colour gradient.
|
Modifier and Type | Method and Description |
---|---|
void |
SeriesRegion.setGradient(Gradient value)
Sets the gradient colors used to fill the area in the region.
|
void |
SeriesBand.setGradient(Gradient value)
Sets the gradient colors used to fill the area between the two series.
|