Uses of Class
com.steema.teechart.drawing.ChartBrush

Packages that use ChartBrush
com.steema.teechart   
com.steema.teechart.blackberry   
com.steema.teechart.drawing   
com.steema.teechart.styles   
com.steema.teechart.tools   
 

Uses of ChartBrush in com.steema.teechart
 

Fields in com.steema.teechart declared as ChartBrush
protected  ChartBrush Shape.bBrush
           
protected  ChartBrush Shadow.brush
           
 

Methods in com.steema.teechart that return ChartBrush
 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.
 

Methods in com.steema.teechart with parameters of type ChartBrush
 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.
 

Uses of ChartBrush in com.steema.teechart.blackberry
 

Methods in com.steema.teechart.blackberry with parameters of type ChartBrush
protected  void Graphics3DBlackBerry.drawString(int x, int y, java.lang.String text, ChartBrush brush)
           
 void Graphics3DBlackBerry.fillRectangle(ChartBrush brush, int x, int y, int width, int height)
           
 void Graphics3DBlackBerry.polygon(ChartBrush brush, Point[] p)
           
 void Graphics3DBlackBerry.rectangle(ChartBrush b, Rectangle r)
           
 

Uses of ChartBrush in com.steema.teechart.drawing
 

Fields in com.steema.teechart.drawing declared as ChartBrush
protected  ChartBrush Graphics3D.brush
           
 

Methods in com.steema.teechart.drawing that return ChartBrush
 ChartBrush IGraphics3D.getBrush()
           
 ChartBrush Graphics3D.getBrush()
          Determines the kind of brush used to fill the Canvas draw rectangle background.
 ChartBrush ChartFont.getBrush()
          Sets the Brush characteristics of the font.
 

Methods in com.steema.teechart.drawing with parameters of type ChartBrush
 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 brush, Point[] p)
           
 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.
 

Uses of ChartBrush in com.steema.teechart.styles
 

Fields in com.steema.teechart.styles declared as ChartBrush
protected  ChartBrush Custom.bAreaBrush
           
protected  ChartBrush Series.bBrush
           
 

Methods in com.steema.teechart.styles that return ChartBrush
 ChartBrush Area.getAreaBrush()
          Determines the Brush used to fill the background Area region.
 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.
 ChartBrush Custom3DPalette.getBrush()
          Defines the Brush to fill the Surface polygons.
 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()
           
 

Methods in com.steema.teechart.styles with parameters of type ChartBrush
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 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)
           
 

Uses of ChartBrush in com.steema.teechart.tools
 

Fields in com.steema.teechart.tools declared as ChartBrush
protected  ChartBrush Tool.bBrush
           
 

Methods in com.steema.teechart.tools that return ChartBrush
 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.
 

Methods in com.steema.teechart.tools with parameters of type ChartBrush
 void SeriesRegion.setBrush(ChartBrush value)
          Set Brush characteristics.
 void SeriesBand.setBrush(ChartBrush value)
          Set Brush characteristics.
 void AxisBreaksTool.setBrush(ChartBrush value)