Modifier and Type | Field and Description |
---|---|
IGraphics3D |
ArrowPoint.g |
protected IGraphics3D |
Chart.graphics3D |
Modifier and Type | Method and Description |
---|---|
IGraphics3D |
TChart.getCanvas() |
IGraphics3D |
TChart.getGraphics3D() |
IGraphics3D |
IBaseChart.getGraphics3D() |
IGraphics3D |
Chart.getGraphics3D()
Accesses TeeChart Draw attributes.
|
Modifier and Type | Method and Description |
---|---|
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.
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 z,
boolean is3D)
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 |
IBaseChart.setGraphics3D(IGraphics3D value) |
void |
Chart.setGraphics3D(IGraphics3D value)
Accesses TeeChart Draw attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
Graphics3DAndroid |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
Graphics3D
Title: Graphics3D class
|
class |
Graphics3DPDF
Title: Graphics3DPDF class
|
class |
Graphics3DSVG
Title: Graphics3DSVG class
|
class |
Graphics3DVectorial
Title: Graphics3DVectorial class
|
class |
Graphics3DVML
Title: Graphics3DVML class
|
Modifier and Type | Field and Description |
---|---|
protected IGraphics3D |
InternalPyramidTrunc.g |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LegendSymbol.draw(Rectangle R,
IGraphics3D tmp) |
void |
LegendTitle.internalDraw(IGraphics3D g,
Rectangle Rect) |
void |
Legend.paint(IGraphics3D g,
Rectangle rect) |
Modifier and Type | Method and Description |
---|---|
static void |
Utils.drawCheckBox(int x,
int y,
IGraphics3D g,
boolean drawChecked,
boolean CheckBox,
Color backColor) |
static void |
ERMode.ERPublish(IGraphics3D g,
Rectangle r) |
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
DrawLineItem.drawHandles(IGraphics3D g) |
protected void |
DrawLine.redrawLine(IGraphics3D g,
DrawLineItem line) |