Uses of Interface
com.steema.teechart.drawing.IGraphics3D

Packages that use IGraphics3D
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.axis   
com.steema.teechart.drawing   
com.steema.teechart.legend   
com.steema.teechart.misc   
com.steema.teechart.printer   
com.steema.teechart.styles   
 

Uses of IGraphics3D in com.steema.teechart
 

Fields in com.steema.teechart declared as IGraphics3D
 IGraphics3D ArrowPoint.g
           
protected  IGraphics3D Chart.graphics3D
           
 

Methods in com.steema.teechart that return IGraphics3D
 IGraphics3D TChartApplet.getCanvas()
          Obsolete. Please use Graphics3D property.
 IGraphics3D TChart.getCanvas()
          Deprecated.  
 IGraphics3D TChartApplet.getGraphics3D()
          Access TeeChart Draw methods.
 IGraphics3D TChart.getGraphics3D()
          Used to access TeeChart Draw attributes.
 IGraphics3D IBaseChart.getGraphics3D()
           
 IGraphics3D Chart.getGraphics3D()
          Accesses TeeChart Draw attributes.
 

Methods in com.steema.teechart with parameters of type IGraphics3D
protected  Rectangle Title.doDraw(IGraphics3D g, Rectangle rect, boolean customOnly)
           
 void TChartApplet.doDrawImage(IGraphics3D g)
           
 void TChart.doDrawImage(IGraphics3D g)
           
 void IChart.doDrawImage(IGraphics3D g)
           
 Rectangle IBaseChart.doDrawLegend(IGraphics3D g, Rectangle rect)
           
 Rectangle Chart.doDrawLegend(IGraphics3D g, Rectangle tmp)
          Internal use.
 void Shadow.draw(IGraphics3D g, double aWidth, double aHeight, java.awt.Point[] points)
           
 void Shadow.draw(IGraphics3D g, int x1, int y1, int x2, int y2)
          Draws a shadow around the ellipse described by the top left and botton right parameters.
 void Shadow.draw(IGraphics3D g, int x1, int y1, int x2, int y2, int z)
          Draws a shadow around the ellipse described by the top left and botton right parameters at depth z.
protected  Rectangle Title.draw(IGraphics3D g, Rectangle rect)
           
 void Shadow.draw(IGraphics3D g, Rectangle rect)
          Draws a shadow around the Rect rectangle parameter, using the ACanvas canvas.
Uses the Height, Width and Transparency properties to draw the shadow.
 Rectangle Panel.draw(IGraphics3D g, Rectangle r)
          Paints the Chart in your preferred Canvas and region.
 void Bevel.draw(IGraphics3D g, Rectangle rect)
          Draws bevels around rectangle parameter.
 void Shadow.draw(IGraphics3D g, Rectangle rect, int angle, int aZ)
          Draws a shadow around the Rect rectangle parameter.
Uses the Height, Width and Transparency properties to draw the shadow.
 void TextShape.drawRectRotated(IGraphics3D g, Rectangle rect, int angle, int aZ)
          Draws the Shape rectangle rotated by Angle degrees.
protected  void Chart.internalDraw(IGraphics3D g)
          Main drawing procedure.
 void IBaseChart.paint(IGraphics3D g)
           
 void Chart.paint(IGraphics3D g)
          Paints the Chart on the Drawing Canvas g.
 void Chart.paint(IGraphics3D g, int width, int height)
          Invoke a Chart repaint.
 void Walls.paint(IGraphics3D g, Rectangle r)
          Paints walls at rectangle r.
 void Walls.LeftWall.paint(IGraphics3D g, Rectangle rect)
          Use this method to paint a left wall at rectangle r.
 void Walls.RightWall.paint(IGraphics3D g, Rectangle rect)
          Use this method to paint a right wall at rectangle r.
 void Walls.BackWall.paint(IGraphics3D g, Rectangle rect)
          Use this method to paint a back wall at rectangle r.
 void Walls.BottomWall.paint(IGraphics3D g, Rectangle rect)
          Use this method to paint a bottom wall at rectangle r.
 void TextShape.paint(IGraphics3D g, Rectangle rect)
          Paints the TextShape object on the Chart Canvas.
 void Shape.paint(IGraphics3D g, Rectangle rect)
           
 void IBaseChart.paint(IGraphics3D g, Rectangle rect)
           
 void Chart.paint(IGraphics3D g, Rectangle rect)
          Paints the Chart in your preferred Canvas and region.
protected  void Wall.prepareGraphics(IGraphics3D g)
           
 void TChart.setCanvas(IGraphics3D value)
          Deprecated.  
 void TChart.setGraphics3D(IGraphics3D value)
          Used to access TeeChart Draw attributes.
 void IBaseChart.setGraphics3D(IGraphics3D value)
           
 void Chart.setGraphics3D(IGraphics3D value)
          Accesses TeeChart Draw attributes.
 

Uses of IGraphics3D in com.steema.teechart.axis
 

Methods in com.steema.teechart.axis with parameters of type IGraphics3D
 void Axes.draw(IGraphics3D g)
           
 void Axis.draw(IGraphics3D g, boolean calcPosAxis)
          Displays an Axis at the specified screen positions with the current
axis scales.
 

Uses of IGraphics3D in com.steema.teechart.drawing
 

Classes in com.steema.teechart.drawing that implement IGraphics3D
 class Graphics3D
          Title: Graphics3D class
 class Graphics3DAWT
          Title: Graphics3DAWT class
 class Graphics3DPDF
          Title: Graphics3DPDF class
 class Graphics3DSVG
          Title: Graphics3DSVG class
 class Graphics3DVectorial
          Title: Graphics3DVectorial class
 class Graphics3DVML
          Title: Graphics3DVML class
 

Fields in com.steema.teechart.drawing declared as IGraphics3D
protected  IGraphics3D InternalPyramidTrunc.g
           
 

Methods in com.steema.teechart.drawing with parameters of type IGraphics3D
 void InternalPyramidTrunc.draw(IGraphics3D gr)
           
 void Gradient.draw(IGraphics3D g, int left, int top, int right, int bottom)
          Obsolete.
 void Gradient.draw(IGraphics3D g, java.awt.Point[] p)
          Obsolete.
 void Gradient.draw(IGraphics3D g, Rectangle rect)
          Obsolete.
 

Uses of IGraphics3D in com.steema.teechart.legend
 

Methods in com.steema.teechart.legend with parameters of type IGraphics3D
 void LegendTitle.internalDraw(IGraphics3D g, Rectangle Rect)
           
 void Legend.paint(IGraphics3D g, Rectangle rect)
           
 

Uses of IGraphics3D in com.steema.teechart.misc
 

Methods in com.steema.teechart.misc with parameters of type IGraphics3D
static void Utils.drawCheckBox(int x, int y, IGraphics3D g, boolean drawChecked, boolean CheckBox, java.awt.Color backColor)
           
static void ERMode.ERPublish(IGraphics3D g, Rectangle r)
           
static void ImageUtils.writeImage(java.io.ObjectOutputStream stream, java.awt.Image image, IGraphics3D g)
          Stores an image contents to stream.
 

Uses of IGraphics3D in com.steema.teechart.printer
 

Fields in com.steema.teechart.printer declared as IGraphics3D
protected  IGraphics3D PreviewPanel.graphics3D
           
 

Methods in com.steema.teechart.printer that return IGraphics3D
 IGraphics3D PreviewPanel.getGraphics3D()
           
 

Methods in com.steema.teechart.printer with parameters of type IGraphics3D
 void PreviewPanel.setGraphics3D(IGraphics3D value)
           
 

Uses of IGraphics3D in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return IGraphics3D
protected  IGraphics3D CustomGauge.prepareGraphics(ChartPen pen, ChartBrush brush)
           
 

Methods in com.steema.teechart.styles with parameters of type IGraphics3D
 void GaugeSeriesPointer.draw(IGraphics3D g, boolean is3D, int px, int py, int tmpHoriz, int tmpVert, Color colorValue, GaugePointerStyles aStyle)
           
 void SeriesPointer.draw(IGraphics3D g, boolean is3D, int px, int py, int tmpHoriz, int tmpVert, Color colorValue, PointerStyle aStyle)
          Internal use.
 void Map.Polygon.draw(IGraphics3D g, int valueIndex)
           
 void GaugeSeriesPointer.draw(IGraphics3D g, java.awt.Point inner, java.awt.Point innerPlus, java.awt.Point innerMinus, java.awt.Point outer, java.awt.Point outerPlus, java.awt.Point outerMinus)
           
protected  void LinearGauge.drawAxis(IGraphics3D g)
           
protected  void CustomGauge.drawAxis(IGraphics3D g)
           
protected  void CustomGauge.drawAxisMinorTick(IGraphics3D g, java.awt.Point inner, java.awt.Point outer)
           
protected  void CustomGauge.drawAxisTick(IGraphics3D g, java.awt.Point inner, java.awt.Point innerPlus, java.awt.Point innerMinus, java.awt.Point outer, java.awt.Point outerPlus, java.awt.Point outerMinus)
           
 void GaugeSeriesPointer.drawColorLine(IGraphics3D g, int startAngle, int endAngle, Rectangle container)
           
protected  void LinearGauge.drawColorLines(IGraphics3D g)
           
protected  void CustomGauge.drawColorLines(IGraphics3D g)
           
protected  void LinearGauge.drawFace(IGraphics3D g)
           
protected  void CustomGauge.drawFace(IGraphics3D g)
           
protected  void LinearGauge.drawHand(IGraphics3D g)
           
protected  void CustomGauge.drawHand(IGraphics3D g)
           
protected  void Series.drawLegend(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void SeriesPointer.drawLegendShape(IGraphics3D g, Color color, Rectangle rect, boolean drawPen)
           
protected  void Volume.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle r)
           
protected  void Shape.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void Series.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void Points3D.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle r)
           
protected  void Map.PolygonSeries.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void FastLine.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void CustomPolar.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void CustomPoint.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void CustomError.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle r)
           
protected  void CustomBar.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void Custom3DPalette.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void Custom.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle rect)
           
protected  void Bubble.drawLegendShape(IGraphics3D g, int valueIndex, Rectangle r)
           
 void GaugeSeriesPointer.drawShadow(IGraphics3D g, float angle, int px, int py, int tmpHoriz, int tmpVert, GaugePointerStyles aStyle)
           
protected  void SeriesPointer.prepareCanvas(IGraphics3D g, Color colorValue)
           
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 Pie.prepareLegendCanvas(IGraphics3D g, int valueIndex, Color backColor, ChartBrush aBrush)
           
protected  void Map.PolygonSeries.prepareLegendCanvas(IGraphics3D g, int valueIndex, Color backColor, ChartBrush aBrush)
           
protected  void Line.prepareLegendCanvas(IGraphics3D g, int valueIndex, java.awt.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)