API Reference for Enthought Tool Suite 2.7.1

Defines the interface to which all image plot values must adhere. For more information on how PlotValues interact with other Chaco classes, see plot_value.py.

Also takes care of a lot of the cruft, like mapping to and from screen coordinates. Child classes of this class will mostly differ in how they render an image data set onto a GC, but they all will have an underlying image dataset.

Child classes must implement the _render() method!!

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods

Copyright © 2002-2008 Enthought, Inc.