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

Packages that use ChartImage
com.linksoft.chart   
com.linksoft.chart.gc   
com.linksoft.chart.gc.awt   
com.linksoft.chart.gc.swt   
 

Uses of ChartImage in com.linksoft.chart
 

Fields in com.linksoft.chart declared as ChartImage
 ChartImage Plotter.backImage
           
 ChartImage LineDataSerie.icon
           
 ChartImage FillStyle.textureImage
           
 ChartImage Chart.backImage
           
 

Constructors in com.linksoft.chart with parameters of type ChartImage
FillStyle(ChartImage i)
           
 

Uses of ChartImage in com.linksoft.chart.gc
 

Fields in com.linksoft.chart.gc declared as ChartImage
protected  ChartImage ChartGraphics.textureImage
           
 

Methods in com.linksoft.chart.gc that return ChartImage
static ChartImage GraphicsProvider.getImage(java.lang.Object o)
           
static ChartImage GraphicsProvider.getImageFromFile(java.lang.String file)
           
static ChartImage GraphicsProvider.createImage(int w, int h)
           
static ChartImage GraphicsProvider.createTransparentImage(int w, int h, ChartColor transparent)
           
 

Methods in com.linksoft.chart.gc with parameters of type ChartImage
 void ChartGraphics.setTexture(ChartImage image)
           
 void ChartGraphics.drawImage(ChartImage chartimage, int i, int j)
           
 void ChartGraphics.drawImage(ChartImage chartimage, int i, int j, int k, int l, int i1, int j1, int k1, int l1)
           
 void ChartGraphics.paintRotatedImage(ChartImage chartimage, int i, int j, int k, int l)
           
 

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

Subclasses of ChartImage in com.linksoft.chart.gc.awt
 class ChartAwt1Image
          Copyright (c) 2002-2005 LinkSoft Systems, Inc.
 class ChartAwtImage
          Copyright (c) 2002-2005 LinkSoft Systems, Inc.
 

Methods in com.linksoft.chart.gc.awt with parameters of type ChartImage
 void ChartAwtGraphics.paintRotatedImage(ChartImage srcImage, int angle, int x, int y, int alignment)
           
 void ChartAwtGraphics.drawImage(ChartImage image, int x, int y)
           
 void ChartAwtGraphics.drawImage(ChartImage image, int x1Dest, int y1Dest, int x2Dest, int y2Dest, int x1Source, int y1Source, int x2Source, int y2Source)
           
 void ChartAwt1Graphics.paintRotatedImage(ChartImage srcImage, int angle, int x, int y, int alignment)
           
 void ChartAwt1Graphics.drawImage(ChartImage image, int x, int y)
           
 void ChartAwt1Graphics.drawImage(ChartImage image, int x1Dest, int y1Dest, int x2Dest, int y2Dest, int x1Source, int y1Source, int x2Source, int y2Source)
           
 

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

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

Methods in com.linksoft.chart.gc.swt with parameters of type ChartImage
 void ChartSwtGraphics.paintRotatedImage(ChartImage srcImage, int angle, int x, int y, int alignment)
           
 void ChartSwtGraphics.drawImage(ChartImage image, int x, int y)
           
 void ChartSwtGraphics.drawImage(ChartImage image, int x1Dest, int y1Dest, int x2Dest, int y2Dest, int x1Source, int y1Source, int x2Source, int y2Source)