com.steema.teechart.tools
Class ChartImage

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.tools.Tool
          extended by com.steema.teechart.tools.ToolSeries
              extended by com.steema.teechart.tools.ChartImage

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


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

ChartImage

public ChartImage()

ChartImage

public ChartImage(IBaseChart c)
Method Detail

getDescription

public java.lang.String getDescription()
Gets descriptive text.

Overrides:
getDescription in class Tool
Returns:
String

getSummary

public java.lang.String getSummary()
Gets detailed descriptive text.

Overrides:
getSummary in class Tool
Returns:
String

getImage

public Image getImage()
Loads an image from a specified file path.
Default value: null

Returns:
Image

setImage

public void setImage(Image value)
Loads an image from a specified file path.
Default value: null

Parameters:
value - Image

getImageMode

public ImageMode getImageMode()
Controls how the image is displayed.
Default value: ImageMode.Stretch

Returns:
ImageMode

setImageMode

public void setImageMode(ImageMode value)
Controls how the image is displayed.
Default value: ImageMode.Stretch

Parameters:
value - ImageMode

chartEvent

public void chartEvent(ChartDrawEvent ce)
Overrides:
chartEvent in class Tool