Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.android | |
com.steema.teechart.drawing | |
com.steema.teechart.styles | |
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
protected ChartBrush |
Shape.bBrush |
protected ChartBrush |
Shadow.brush |
Modifier and Type | Method and Description |
---|---|
ChartBrush |
Zoom.getBrush()
Brush used to fill mousedragged zoom area.
|
ChartBrush |
Shape.getBrush()
Defines the kind of brush used to fill shape background.
|
ChartBrush |
Shadow.getBrush()
Defines the Brush characteristics to fill the shadow.
|
ChartBrush |
ImageBevel.getBrush()
Sets ImageBevel Brush characteristics.
|
Modifier and Type | Method and Description |
---|---|
void |
IBaseChart.doChangedBrush(ChartBrush value) |
void |
Chart.doChangedBrush(ChartBrush value)
Internal use.
|
void |
Shape.setBrush(ChartBrush value)
Internal use - serialization
|
void |
IBaseChart.setBrushCanvas(Color color,
ChartBrush brush,
Color backColor) |
void |
Chart.setBrushCanvas(Color aColor,
ChartBrush aBrush,
Color aBackColor)
Internal use.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Graphics3DAndroid.drawString(int x,
int y,
java.lang.String text,
ChartBrush brush) |
void |
Graphics3DAndroid.fillRectangle(ChartBrush brush,
int x,
int y,
int width,
int height) |
void |
Graphics3DAndroid.polygon(ChartBrush brush,
Point[] p) |
void |
Graphics3DAndroid.rectangle(ChartBrush b,
Rectangle r) |
Modifier and Type | Field and Description |
---|---|
protected ChartBrush |
Graphics3D.brush |
Modifier and Type | Method and Description |
---|---|
ChartBrush |
IGraphics3D.getBrush() |
ChartBrush |
Graphics3D.getBrush()
Determines the kind of brush used to fill the Canvas draw rectangle
background.
The Brush.Visible method must be set to true. |
ChartBrush |
ChartFont.getBrush()
Sets the Brush characteristics of the font.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartBrush.assign(ChartBrush b) |
protected void |
Graphics3DVML.drawString(int x,
int y,
java.lang.String text,
ChartBrush aBrush) |
protected void |
Graphics3DSVG.drawString(int x,
int y,
java.lang.String text,
ChartBrush brush) |
protected void |
Graphics3DPDF.drawString(int x,
int y,
java.lang.String text,
ChartBrush brush) |
protected abstract void |
Graphics3D.drawString(int x,
int y,
java.lang.String text,
ChartBrush brush) |
void |
Graphics3DVML.fillRectangle(ChartBrush brush,
int x,
int y,
int width,
int height) |
void |
Graphics3DSVG.fillRectangle(ChartBrush brush,
int x,
int y,
int width,
int height) |
void |
Graphics3DPDF.fillRectangle(ChartBrush brush,
int x,
int y,
int width,
int height) |
abstract void |
Graphics3D.fillRectangle(ChartBrush brush,
int x,
int y,
int width,
int height) |
void |
IGraphics3D.paintImageBevel(Rectangle rect,
int width,
ChartPen pen,
ChartBrush brush,
int borderRound) |
void |
Graphics3D.paintImageBevel(Rectangle rect,
int width,
ChartPen pen,
ChartBrush brush,
int borderRound) |
void |
IGraphics3D.polygon(ChartBrush brush,
Point[] p) |
void |
Graphics3DVML.polygon(ChartBrush b,
Point[] p)
Draws a polygon using the specified GDI brush.
|
void |
Graphics3DSVG.polygon(ChartBrush b,
Point[] p)
Draws a polygon using the specified GDI brush.
|
void |
Graphics3DPDF.polygon(ChartBrush b,
Point[] p)
Draws a polygon using the specified GDI brush.
|
void |
Graphics3D.rectangle(ChartBrush b,
int x,
int y,
int right,
int bottom) |
void |
IGraphics3D.rectangle(ChartBrush brush,
Rectangle rect) |
void |
Graphics3DVML.rectangle(ChartBrush b,
Rectangle r) |
void |
Graphics3DSVG.rectangle(ChartBrush b,
Rectangle r) |
void |
Graphics3DPDF.rectangle(ChartBrush b,
Rectangle r) |
abstract void |
Graphics3D.rectangle(ChartBrush b,
Rectangle r) |
void |
IGraphics3D.setBrush(ChartBrush value) |
void |
Graphics3D.setBrush(ChartBrush value)
Determines the kind of brush used to fill the Canvas draw rectangle
background.
The Brush.Visible method must be set to true. |
Modifier and Type | Field and Description |
---|---|
protected ChartBrush |
Custom.bAreaBrush |
protected ChartBrush |
Series.bBrush |
Modifier and Type | Method and Description |
---|---|
ChartBrush |
Area.getAreaBrush()
Determines the Brush used to fill the background Area region.
You can control the Area background color by using the Series.Color method. |
ChartBrush |
Smith.getBrush()
Defines Brush to fill Chart.
|
ChartBrush |
Shape.getBrush()
Defines the brush used to fill shape background.
|
ChartBrush |
SeriesPointer.getBrush()
Brush used to fill Series Pointers.
|
ChartBrush |
Series.getBrush() |
ChartBrush |
Pyramid.getBrush()
Sets Brush characteristics for the Pyramid Series.
|
ChartBrush |
Polygon.getBrush()
Determines the kind of brush used to fill the polygon interior.
|
ChartBrush |
Pie.getBrush()
Brush fill for PieSeries.
|
ChartBrush |
Histogram.getBrush()
Defines the Brush fill for the Histogram series.
|
ChartBrush |
Funnel.getBrush()
Defines Brush to fill Funnel Series.
|
ChartBrush |
CustomPolar.getBrush()
Sets Polar Back Brush.
|
ChartBrush |
CustomBar.getBrush()
Defines the Brush used to fill Bars.
When BarBrush.Style is different than bsSolid, the Series.Color color is the background bar color. |
ChartBrush |
Custom3DPalette.getBrush()
Defines the Brush to fill the Surface polygons.
It only works when Custom3DPalette.getUsePalette() and
Custom3DPalette.getUseColorRange() are false. |
ChartBrush |
Custom.getBrush()
Sets Brush characteristics.
|
ChartBrush |
CustomGauge.getFaceBrush() |
ChartBrush |
CircularGauge.getFaceBrush() |
ChartBrush |
HighLow.getHighBrush()
Defines the Brush for the High value.
|
ChartBrush |
KnobGauge.getHighLightBrush() |
ChartBrush |
TFrame.getInnerBand() |
ChartBrush |
HighLow.getLowBrush()
Defines the Brush for the Low value.
|
ChartBrush |
TFrame.getMiddleBand() |
ChartBrush |
TFrame.getOuterBand() |
ChartBrush |
Surface.getSideBrush()
Determines the Brush to fill the sides of a Surface Series.
|
ChartBrush |
LinearGauge.getValueAreaBrush() |
Modifier and Type | Method and Description |
---|---|
protected IGraphics3D |
CustomGauge.prepareGraphics(ChartPen pen,
ChartBrush brush) |
IGraphics3D |
TFrame.prepareGraphics(IGraphics3D g,
ChartBrush brush) |
protected IGraphics3D |
CustomGauge.prepareGraphics(IGraphics3D graphics,
ChartPen pen,
ChartBrush brush) |
protected void |
Ternary.prepareLegendCanvas(Graphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Surface.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Series.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
PolygonSeries.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Pie.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Line.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Custom3D.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Circular.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
protected void |
Area.prepareLegendCanvas(IGraphics3D g,
int valueIndex,
Color backColor,
ChartBrush aBrush) |
void |
CustomGauge.setFaceBrush(ChartBrush value) |
void |
CircularGauge.setFaceBrush(ChartBrush value) |
void |
TFrame.setInnerBand(ChartBrush value) |
void |
TFrame.setMiddleBand(ChartBrush value) |
void |
TFrame.setOuterBand(ChartBrush value) |
void |
LinearGauge.setValueAreaBrush(ChartBrush value) |
Modifier and Type | Field and Description |
---|---|
protected ChartBrush |
Tool.bBrush |
Modifier and Type | Method and Description |
---|---|
ChartBrush |
GridBand.getBand1()
The Brush characteristics of the first GridBand tool Band.
|
ChartBrush |
GridBand.getBand2()
The Brush characteristics of the second GridBand tool Band.
|
ChartBrush |
SeriesRegion.getBrush()
Element Brush characteristics.
|
ChartBrush |
SeriesBand.getBrush()
Element Brush characteristics.
|
ChartBrush |
NearestPoint.getBrush()
Element Brush characteristics.
|
ChartBrush |
ColorBand.getBrush()
Element Brush characteristics.
|
ChartBrush |
AxisBreaksTool.getBrush() |
ChartBrush |
AxisArrow.getBrush()
Element Brush characteristics.
|
Modifier and Type | Method and Description |
---|---|
void |
SeriesRegion.setBrush(ChartBrush value)
Set Brush characteristics.
|
void |
SeriesBand.setBrush(ChartBrush value)
Set Brush characteristics.
|
void |
AxisBreaksTool.setBrush(ChartBrush value) |