|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Image in com.steema.teechart |
---|
Methods in com.steema.teechart that return Image | |
---|---|
Image |
TChart.getBackgroundImage()
Returns background image of TChart |
Image |
Shape.getImage()
Rendered Image for Shape background. |
Image |
TChart.image(int width,
int height)
|
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 |
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.blackberry |
---|
Methods in com.steema.teechart.blackberry with parameters of type Image | |
---|---|
void |
Graphics3DBlackBerry.draw(int x,
int y,
Image image)
|
void |
Graphics3DBlackBerry.draw(Rectangle r,
Image image,
boolean transparent)
|
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. |
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)
|
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 r,
Image image,
boolean transparent)
|
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. |
void |
ChartBrush.setImage(Image value)
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(int width,
int height)
|
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.lang.String fileName)
|
static Image |
ImageUtils.toImage(Image image)
|
Methods in com.steema.teechart.misc with parameters of type Image | |
---|---|
static Image |
ImageUtils.toImage(Image image)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |