Uses of Class
net.comrom.chart.gc.ChartImage

Packages that use ChartImage
net.comrom.chart   
net.comrom.chart.gc   
net.comrom.chart.gc.awt   
net.comrom.chart.gc.swt   
 

Uses of ChartImage in net.comrom.chart
 

Fields in net.comrom.chart declared as ChartImage
 ChartImage Plotter.backImage
          background image of the plotter area.
 ChartImage LineDataSerie.icon
           
 ChartImage FillStyle.textureImage
           
 ChartImage Chart.backImage
           
 

Constructors in net.comrom.chart with parameters of type ChartImage
FillStyle(ChartImage i)
           
 

Uses of ChartImage in net.comrom.chart.gc
 

Methods in net.comrom.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 net.comrom.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 net.comrom.chart.gc.awt
 

Subclasses of ChartImage in net.comrom.chart.gc.awt
 class ChartAwt1Image
           
 class ChartAwtImage
           
 

Methods in net.comrom.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 net.comrom.chart.gc.swt
 

Subclasses of ChartImage in net.comrom.chart.gc.swt
 class ChartSwtImage
           
 

Methods in net.comrom.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)