public class ChartImage extends ToolSeries
Title: ChartImage
Description: Chart Image tool, use it to display a picture using the specified Series axes as boundaries. When the axis are zoomed or scrolled, the picture will follow the new boundaries.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Tool.ToolListeneriSeriesbBrush, clickTolerance, listenerList, pPenchart, InternalUse| Constructor and Description |
|---|
ChartImage() |
ChartImage(IBaseChart c) |
| Modifier and Type | Method and Description |
|---|---|
void |
chartEvent(ChartDrawEvent ce) |
java.lang.String |
getDescription()
Gets descriptive text.
|
Image |
getImage()
Loads an image from a specified file path.
|
ImageMode |
getImageMode()
Controls how the image is displayed.
Default value: ImageMode.Stretch |
java.lang.String |
getSummary()
Gets detailed descriptive text.
|
void |
setImage(Image value)
Loads an image from a specified file path.
|
void |
setImageMode(ImageMode value)
Controls how the image is displayed.
Default value: ImageMode.Stretch |
getHorizAxis, getSeries, getVertAxis, setSeriesaddMouseMotionListener, addToolListener, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, mouseEvent, readResolve, removeMouseMotionListener, removeToolListener, setActive, setChart, toStringgetChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic ChartImage()
public ChartImage(IBaseChart c)
public java.lang.String getDescription()
getDescription in class Toolpublic java.lang.String getSummary()
getSummary in class Toolpublic Image getImage()
public void setImage(Image value)
value - Imagepublic ImageMode getImageMode()
public void setImageMode(ImageMode value)
value - ImageModepublic void chartEvent(ChartDrawEvent ce)
chartEvent in class Tool