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-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Tool.ToolListener
iSeries
bBrush, clickTolerance, listenerList, pPen
chart, 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, setSeries
addMouseMotionListener, addToolListener, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, mouseEvent, readResolve, removeMouseMotionListener, removeToolListener, setActive, setChart, toString
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public ChartImage()
public ChartImage(IBaseChart c)
public java.lang.String getDescription()
getDescription
in class Tool
public java.lang.String getSummary()
getSummary
in class Tool
public 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