Uses of Class
com.linksoft.chart.gc.ChartGraphics

Packages that use ChartGraphics
com.linksoft.chart   
com.linksoft.chart.awt   
com.linksoft.chart.gc   
com.linksoft.chart.gc.awt   
com.linksoft.chart.gc.swt   
com.linksoft.chart.swing   
com.linksoft.chart.swt   
 

Uses of ChartGraphics in com.linksoft.chart
 

Methods in com.linksoft.chart with parameters of type ChartGraphics
 void VAxisLabel.draw(ChartGraphics g)
           
 void Title.draw(ChartGraphics g)
           
protected  void TargetZone.paint(ChartGraphics g, Axis xaxis, Axis yaxis)
           
protected  void RadarPlotter.plotSerie(ChartGraphics g, DataSerie s, int serieSec)
           
 void Plotter.plotBackground(ChartGraphics g, int bw, int bh, int offsetX, int offsetY)
           
 void Plotter.plot(ChartGraphics g)
           
protected  void Plotter.plotSerie(ChartGraphics chartgraphics, DataSerie dataserie, int i)
           
protected  void PiePlotter.plotSerie(ChartGraphics g, DataSerie s, int serieSec)
           
 void LineStyle.drawArc(ChartGraphics g, int x, int y, int w, int h, int a1, int a2)
           
 void LineStyle.drawPolygon(ChartGraphics g, int[] x, int[] y, int c)
           
 void LineStyle.drawOpenPolygon(ChartGraphics g, int[] x, int[] y, int c)
           
 void LineStyle.drawRoundRect(ChartGraphics g, int x1, int y1, int x2, int y2)
           
 void LineStyle.drawRect(ChartGraphics g, int x1, int y1, int x2, int y2)
           
 void LineStyle.draw(ChartGraphics g, int x1, int y1, int x2, int y2)
           
protected  void LineStyle.setGraphicsProperties(ChartGraphics g)
           
protected  void LinePlotter3D.plotSerie(ChartGraphics g, DataSerie s, int serieSec)
           
protected  void LinePlotter.plotSerie(ChartGraphics g, DataSerie s, int serieSec)
           
protected  void LinePlotter.plotCurve(ChartGraphics chartgraphics, int[][] ai, LineDataSerie linedataserie)
           
 void Legend.draw(ChartGraphics g)
           
 void Legend.drawHorizontal(ChartGraphics g)
           
 void Legend.drawVertical(ChartGraphics g)
           
protected  void HAxisLabel.draw(ChartGraphics g)
           
protected  void GaugePlotter.plotSerie(ChartGraphics g, DataSerie s, int serieSec)
           
protected  void GaugePlotter.plotGauge(ChartGraphics g, DataSerie s, int serieSec, int toCenterX, int toCenterY, int radi, boolean isSubGauge)
           
protected  void FillStyle.drawArc(ChartGraphics g, int x, int y, int w, int h, int a1, int a2)
           
protected  void FillStyle.drawPolygon(ChartGraphics g, int[] x1, int[] y1, int num)
           
protected  void FillStyle.draw(ChartGraphics g, int x1, int y1, int x2, int y2)
           
 void FillStyle.drawRoundRect(ChartGraphics g, int x1, int y1, int x2, int y2)
           
protected  void CurvePlotter.plotCurve(ChartGraphics g, int[][] linePointsSC, LineDataSerie l)
           
 void ChartListener.paintUserExit(Chart chart, ChartGraphics chartgraphics)
           
 void ChartLabel.initialize(ChartGraphics g, Chart c)
           
 void ChartLabel.paint(ChartGraphics g, int x, int y, int width, int height)
           
protected  void ChartLabel.preProcessTags(ChartGraphics g)
           
protected  void ChartLabel.preProcessPositionTags(ChartGraphics g, int x, int y, int width, int height)
           
protected  void ChartLabel.render(ChartGraphics g2)
           
 void ChartAdapter.paintUserExit(Chart chart, ChartGraphics chartgraphics)
           
protected  void Chart.paintTargetZones(ChartGraphics g)
           
 void Chart.paint(ChartGraphics pg)
           
protected  void BarPlotter3D.plotSerie(ChartGraphics g, DataSerie s, int serieSec)
           
protected  void BarPlotter.plotSerie(ChartGraphics g, DataSerie s, int serieSec)
           
protected  void AxisTargetZone.paint(ChartGraphics g, Axis axis, Axis peerAxis, int axisPosition)
           
protected  void AxisLabel.draw(ChartGraphics chartgraphics)
           
protected  void Axis.drawForeground(ChartGraphics g, Axis peerAxis)
           
protected  void Axis.drawBackground(ChartGraphics g, Axis peerAxis)
           
protected  void Axis.drawGridBackground(ChartGraphics g, Axis peerAxis)
           
protected  void Axis.paintTargetZones(ChartGraphics g, Axis peerAxis, int position)
           
 void Axis.draw(ChartGraphics g, Axis peerAxis, boolean drawForeGround, boolean drawGridBackground)
           
 

Uses of ChartGraphics in com.linksoft.chart.awt
 

Methods in com.linksoft.chart.awt with parameters of type ChartGraphics
 void ChartCanvas.paintUserExit(Chart chart1, ChartGraphics chartgraphics)
           
 

Uses of ChartGraphics in com.linksoft.chart.gc
 

Methods in com.linksoft.chart.gc that return ChartGraphics
static ChartGraphics GraphicsProvider.getGraphics(java.lang.Object o)
           
 ChartGraphics ChartImage.getGraphics()
           
 

Uses of ChartGraphics in com.linksoft.chart.gc.awt
 

Subclasses of ChartGraphics in com.linksoft.chart.gc.awt
 class ChartAwt1Graphics
          Copyright (c) 2002-2005 LinkSoft Systems, Inc.
 class ChartAwtGraphics
          Copyright (c) 2002-2005 LinkSoft Systems, Inc.
 

Methods in com.linksoft.chart.gc.awt that return ChartGraphics
 ChartGraphics ChartAwtImage.getGraphics()
           
 ChartGraphics ChartAwt1Image.getGraphics()
           
 

Uses of ChartGraphics in com.linksoft.chart.gc.swt
 

Subclasses of ChartGraphics in com.linksoft.chart.gc.swt
 class ChartSwtGraphics
          Copyright (c) 2002-2005 LinkSoft Systems, Inc.
 

Methods in com.linksoft.chart.gc.swt that return ChartGraphics
 ChartGraphics ChartSwtImage.getGraphics()
           
 

Uses of ChartGraphics in com.linksoft.chart.swing
 

Methods in com.linksoft.chart.swing with parameters of type ChartGraphics
 void JChartPanel.paintUserExit(Chart chart1, ChartGraphics chartgraphics)
           
 

Uses of ChartGraphics in com.linksoft.chart.swt
 

Methods in com.linksoft.chart.swt with parameters of type ChartGraphics
 void ChartCanvas.paintUserExit(Chart chart1, ChartGraphics chartgraphics)