|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.ToolSeries
com.steema.teechart.tools.ChartImage
public class ChartImage
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
Field Summary |
---|
Fields inherited from class com.steema.teechart.tools.ToolSeries |
---|
iSeries |
Fields inherited from class com.steema.teechart.tools.Tool |
---|
bBrush, clickTolerance, listenerList, pPen |
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
ChartImage()
|
|
ChartImage(IBaseChart c)
|
Method Summary | |
---|---|
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. |
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. |
Methods inherited from class com.steema.teechart.tools.ToolSeries |
---|
getHorizAxis, getSeries, getVertAxis, setSeries |
Methods inherited from class com.steema.teechart.tools.Tool |
---|
dispose, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, mouseEvent, readResolve, setActive, setChart, toString |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChartImage()
public ChartImage(IBaseChart c)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |