|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
TChart.getCanvas()
|
IGraphics3D |
TChart.getGraphics3D()
|
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 |
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,
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 bottom 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 bottom 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. |
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 z,
boolean is3D)
Draws a shadow around the Rect rectangle parameter. |
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 |
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.blackberry |
---|
Classes in com.steema.teechart.blackberry that implement IGraphics3D | |
---|---|
class |
Graphics3DBlackBerry
|
Uses of IGraphics3D in com.steema.teechart.drawing |
---|
Classes in com.steema.teechart.drawing that implement IGraphics3D | |
---|---|
class |
Graphics3D
Title: Graphics3D class Description: Access to central Chart drawing elements Copyright (c) 2005-2012 by Steema Software SL. |
class |
Graphics3DPDF
Title: Graphics3DPDF class Description: Summary description for Graphics3DPDF. |
class |
Graphics3DSVG
Title: Graphics3DSVG class Description: Summary description for Graphics3DSVG. |
class |
Graphics3DVectorial
Title: Graphics3DVectorial class Description: Abstract class for all vector image formats. |
class |
Graphics3DVML
Title: Graphics3DVML class Description: Copyright (c) 2005-2013 by Steema Software SL. |
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,
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 | |
---|---|
protected void |
LegendSymbol.draw(Rectangle R,
IGraphics3D tmp)
|
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,
Color backColor)
|
static void |
ERMode.ERPublish(IGraphics3D g,
Rectangle r)
|
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)
|
IGraphics3D |
TFrame.prepareGraphics(IGraphics3D g,
ChartBrush brush)
|
protected IGraphics3D |
CustomGauge.prepareGraphics(IGraphics3D graphics,
ChartPen pen,
ChartBrush brush)
|
Methods in com.steema.teechart.styles with parameters of type IGraphics3D | |
---|---|
void |
CustomGauge.draw(IGraphics3D graphics)
|
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 |
Polygon.draw(IGraphics3D g,
int valueIndex)
|
void |
GaugeSeriesPointer.draw(IGraphics3D g,
Point inner,
Point innerPlus,
Point innerMinus,
Point outer,
Point outerPlus,
Point outerMinus)
|
void |
TFrame.draw(IGraphics3D graphics,
Rectangle rect)
|
void |
CFrame.draw(IGraphics3D graphics,
Rectangle Rect)
|
protected void |
LinearGauge.drawAxis(IGraphics3D g)
|
protected void |
CustomGauge.drawAxis(IGraphics3D g)
|
protected void |
CustomGauge.drawAxisMinorTick(IGraphics3D g,
Point inner,
Point outer)
|
protected void |
CustomGauge.drawAxisTick(IGraphics3D g,
Point inner,
Point innerPlus,
Point innerMinus,
Point outer,
Point outerPlus,
Point outerMinus)
|
void |
GaugeSeriesPointer.drawColorLine(IGraphics3D g,
int startAngle,
int endAngle,
Rectangle container)
|
void |
GaugeSeriesPointer.drawColorLine(IGraphics3D g,
int startAngle,
int endAngle,
Rectangle container,
boolean spiralled)
|
protected void |
LinearGauge.drawColorLines(IGraphics3D g)
|
protected void |
CustomGauge.drawColorLines(IGraphics3D g)
|
protected void |
NumericGauge.drawFace(IGraphics3D g)
|
protected void |
LinearGauge.drawFace(IGraphics3D g)
|
protected void |
CustomGauge.drawFace(IGraphics3D g)
|
protected void |
CustomGauge.drawFrame(IGraphics3D g)
|
protected void |
NumericGauge.drawHand(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 |
PolygonSeries.drawLegendShape(IGraphics3D g,
int valueIndex,
Rectangle rect)
|
protected void |
Points3D.drawLegendShape(IGraphics3D g,
int valueIndex,
Rectangle r)
|
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)
|
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)
|
Uses of IGraphics3D in com.steema.teechart.tools |
---|
Methods in com.steema.teechart.tools with parameters of type IGraphics3D | |
---|---|
void |
DrawLineItem.drawHandles(IGraphics3D g)
|
protected void |
DrawLine.redrawLine(IGraphics3D g,
DrawLineItem line)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |