Uses of Class
com.steema.teechart.drawing.Image

Packages that use Image
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.drawing   
com.steema.teechart.exports   
com.steema.teechart.misc   
com.steema.teechart.printer   
com.steema.teechart.styles   
com.steema.teechart.tools   
 

Uses of Image in com.steema.teechart
 

Methods in com.steema.teechart that return Image
 Image TChart.getBackgroundImage()
          Returns background image of TChart
 Image TChart.getImage()
          Return an image of the rendered Chart as Image.
 Image Shape.getImage()
          Rendered Image for Shape background.
 Image TChartApplet.image(int width, int height)
           
 Image TChart.image(int width, int height)
          Return an image of the rendered Chart as Image.
 Image IChart.image(int width, int height)
           
 Image IBaseChart.image(int width, int height)
           
 Image Chart.image(int width, int height)
          Returns an image of the chart of the defined width and height dimensions
 Image TChart.internalImage(int width, int height)
           
 

Methods in com.steema.teechart with parameters of type Image
 void Shape.setImage(Image value)
          Sets Rendered Image for Shape background.
 

Uses of Image in com.steema.teechart.drawing
 

Methods in com.steema.teechart.drawing that return Image
 Image ChartBrush.getImage()
          Image to use for fill.
 Image HatchStyle.getImage(java.lang.Object c)
           
 

Methods in com.steema.teechart.drawing with parameters of type Image
 void IGraphics3D.draw(int x, int y, Image image)
           
 void Graphics3DVML.draw(int x, int y, Image image)
          Paints the image at x,y coordinates.
 void Graphics3DSVG.draw(int x, int y, Image image)
          Paints the image at x,y coordinates.
 void Graphics3DPDF.draw(int x, int y, Image image)
          Paints the image at x,y coordinates.
 void Graphics3DAWT.draw(int x, int y, Image image)
          Paints the image at x,y coordinates.
 void Graphics3DPDF.draw(Rectangle r, Image image)
          Paints the image in rectangle r.
 void IGraphics3D.draw(Rectangle rect, Image image, boolean draw3D)
           
 void Graphics3DVML.draw(Rectangle r, Image image, boolean transparent)
          Paints the image in rectangle r.
 void Graphics3DSVG.draw(Rectangle r, Image image, boolean transparent)
          Paints the image in rectangle r.
 void Graphics3DPDF.draw(Rectangle rect, Image image, boolean draw3D)
           
 void Graphics3DAWT.draw(Rectangle r, Image image, boolean transparent)
          Paints the image in rectangle r.
abstract  void Graphics3D.draw(Rectangle r, Image image, boolean transparent)
           
 void IGraphics3D.draw(Rectangle rect, Image image, ImageMode mode, boolean draw3D)
           
 void Graphics3D.draw(Rectangle r, Image image, ImageMode mode, boolean transparent)
          Paints the image in rectangle r.
static boolean Graphics3DAWT.hasAlpha(Image image)
           
 void ChartBrush.setImage(Image i)
          Image to use for fill.
 

Uses of Image in com.steema.teechart.exports
 

Methods in com.steema.teechart.exports that return Image
 Image ImageExport.image()
           
 Image ImageExport.image(Dimension dimension)
           
 Image ImageExport.image(int width, int height)
           
 

Methods in com.steema.teechart.exports with parameters of type Image
 int PDFData.PDFImages.add(Image image)
          Adds new image to the list
 int PDFData.PDFImages.findImage(Image image)
          Select the image in image list.
 

Constructors in com.steema.teechart.exports with parameters of type Image
PDFImageEnumerator(PDFData.PDFImages images, Image image)
           
 

Uses of Image in com.steema.teechart.misc
 

Methods in com.steema.teechart.misc that return Image
static Image ImageUtils.getImage(java.io.InputStream stream, java.lang.Object control)
           
static Image ImageUtils.getImage(java.lang.String path)
           
static Image ImageUtils.getImage(java.net.URL resource, java.lang.Object c)
           
static Image ImageUtils.readImage(java.io.ObjectInputStream stream, java.lang.Object object)
          Returns a newly created image using contents read from stream.
static Image ImageUtils.toImage(java.awt.Image image)
           
 

Methods in com.steema.teechart.misc with parameters of type Image
static java.awt.image.BufferedImage ImageUtils.bufferedFrom(Image image)
           
 

Uses of Image in com.steema.teechart.printer
 

Methods in com.steema.teechart.printer with parameters of type Image
 void PrintPage.drawImage(Image image, Rectangle dest, Rectangle source)
           
 

Uses of Image in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return Image
 Image ImageBar.getImage()
           
 Image ColorGrid.getImage()
          Use this property to display a bitmap within a ColorGrid.
 

Methods in com.steema.teechart.styles with parameters of type Image
 void ImageBar.setImage(Image value)
           
 void ColorGrid.setImage(Image bitmap)
           
 

Uses of Image in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return Image
 Image ChartImage.getImage()
          Loads an image from a specified file path.
 

Methods in com.steema.teechart.tools with parameters of type Image
 void ChartImage.setImage(Image value)
          Loads an image from a specified file path.