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

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

Uses of ChartImage in com.java4less.rchart
 

Fields in com.java4less.rchart declared as ChartImage
 ChartImage Plotter.backImage
          background image of the plotter area.
 ChartImage Chart.backImage
           
 ChartImage Chart.downArrow
           
 ChartImage LineDataSerie.icon
          image used to draw the point of the serie.
 ChartImage Chart.leftArrow
          scroll arrows
 ChartImage Chart.rightArrow
           
 ChartImage FillStyle.textureImage
           
 ChartImage Chart.upArrow
           
 

Methods in com.java4less.rchart with parameters of type ChartImage
 void Chart.paintArrow(ChartGraphics pg, ChartImage arrow, double xpos, double ypos)
           
 

Constructors in com.java4less.rchart with parameters of type ChartImage
FillStyle(ChartImage i)
          Creates a fill style using the image as filling
 

Uses of ChartImage in com.java4less.rchart.gc
 

Methods in com.java4less.rchart.gc that return ChartImage
static ChartImage GraphicsProvider.createImage(int w, int h)
          create a new image of the given size
static ChartImage GraphicsProvider.createTransparentImage(int w, int h, ChartColor transparent)
          create a new transparent image of the given size
static ChartImage GraphicsProvider.getImage(java.lang.Object o)
          create Image from awt (java.awt.Image) or swt image
static ChartImage GraphicsProvider.getImageFromFile(java.lang.String file)
          create Image from file
 

Methods in com.java4less.rchart.gc with parameters of type ChartImage
 void ChartGraphics.drawImage(ChartImage image, int x, int y)
          paint image at given position
 void ChartGraphics.drawImage(ChartImage image, int x1Dest, int y1Dest, int x2Dest, int y2Dest, int x1Source, int y1Source, int x2Source, int y2Source)
          paint image from source position to destination position
 void ChartGraphics.paintRotatedImage(ChartImage srcImage, int angle, int x, int y, int alginment)
          rotate image and paint it
 void ChartGraphics.setTexture(ChartImage image)
          image for texture painting.
 

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

Subclasses of ChartImage in com.java4less.rchart.gc.android
 class ChartAndroidImage
           
 

Methods in com.java4less.rchart.gc.android with parameters of type ChartImage
 void ChartAndroidGraphics.drawImage(ChartImage image, int x, int y)
          paint image at given position
 void ChartAndroidGraphics.drawImage(ChartImage image, int x1Dest, int y1Dest, int x2Dest, int y2Dest, int x1Source, int y1Source, int x2Source, int y2Source)
          paint image from source position to destination position
 void ChartAndroidGraphics.paintRotatedImage(ChartImage srcImage, int angle, int x, int y, int alignment)
          rotate image and paint it