Uses of Class
com.java4less.rchart.gc.ChartGraphics

Packages that use ChartGraphics
com.java4less.rchart   
com.java4less.rchart.android   
com.java4less.rchart.gc   
com.java4less.rchart.gc.android   
 

Uses of ChartGraphics in com.java4less.rchart
 

Methods in com.java4less.rchart with parameters of type ChartGraphics
 void VAxisLabel.draw(ChartGraphics g)
          instructs the label to draw itself at the position specified by the ChartComponent fiels (x,y,width,height).
 void Title.draw(ChartGraphics g)
          draws the title.
 void Legend.draw(ChartGraphics g)
           
 void Axis.draw(ChartGraphics g, Axis peerAxis, boolean drawForeGround, boolean drawGridBackground)
          draws the axis.
 void LineStyle.draw(ChartGraphics g, int x1, int y1, int x2, int y2)
          draws a line between two points.
 void LineStyle.drawArc(ChartGraphics g, int x, int y, int w, int h, int a1, int a2)
           
 void Legend.drawHorizontal(ChartGraphics g)
           
 void LineStyle.drawOpenPolygon(ChartGraphics g, int[] x, int[] y, int c)
          draws an open polygon.
 void LineStyle.drawPolygon(ChartGraphics g, int[] x, int[] y, int c)
          draws a polygon.
 void LineStyle.drawRect(ChartGraphics g, int x1, int y1, int x2, int y2)
           
 void LineStyle.drawRoundRect(ChartGraphics g, int x1, int y1, int x2, int y2)
           
 void FillStyle.drawRoundRect(ChartGraphics g, int x1, int y1, int x2, int y2)
           
 void Legend.drawVertical(ChartGraphics g)
           
 void ChartLabel.initialize(ChartGraphics g, Chart c)
          get size required for painting
 void Chart.paint(ChartGraphics pg)
          paint chart on the given graphic context
 void ChartLabel.paint(ChartGraphics g, int x, int y, int width, int height)
          paint at a given position
 void Chart.paintArrow(ChartGraphics pg, ChartImage arrow, double xpos, double ypos)
           
 void Chart.paintArrows(ChartGraphics pg)
          paint required scroll arrows
 void ChartListener.paintUserExit(Chart c, ChartGraphics g)
          this method is called after the chart is painted.
 void ChartAdapter.paintUserExit(Chart c, ChartGraphics g)
          this method is called after the chart is painted.
 void Plotter.plot(ChartGraphics g)
          plots the series.
 void Plotter.plotBackground(ChartGraphics g, int bw, int bh, int offsetX, int offsetY)
          draws the background (internal use).
 

Uses of ChartGraphics in com.java4less.rchart.android
 

Methods in com.java4less.rchart.android with parameters of type ChartGraphics
 void ChartPanel.paintUserExit(Chart c, ChartGraphics g)
          chart listener
 

Uses of ChartGraphics in com.java4less.rchart.gc
 

Methods in com.java4less.rchart.gc that return ChartGraphics
 ChartGraphics ChartImage.getGraphics()
          get graphic context of the image
 ChartGraphics ChartImage.getGraphics(int rotationDegrees, int pivotx, int pivoty)
          get graphic context of the image
static ChartGraphics GraphicsProvider.getGraphics(java.lang.Object o)
          create Graphic context from awt (java.awt.Graphics) or swt (GC) graphic context
 

Uses of ChartGraphics in com.java4less.rchart.gc.android
 

Subclasses of ChartGraphics in com.java4less.rchart.gc.android
 class ChartAndroidGraphics
           
 

Methods in com.java4less.rchart.gc.android that return ChartGraphics
 ChartGraphics ChartAndroidImage.getGraphics()
          get graphic context of the image
 ChartGraphics ChartAndroidImage.getGraphics(int rotationDegrees, int pivotx, int pivoty)