#include <Plot.h>
Inheritance diagram for casa::ColoredPlot:


It is expected to consist of PlotBinnedData.
Definition at line 440 of file Plot.h.
Public Member Functions | |
| ColoredPlot () | |
| Constructor. | |
| virtual | ~ColoredPlot () |
| Destructor. | |
| virtual PlotPointDataPtr | pointData () const |
| Overrides ScatterPlot::pointData(). | |
| virtual PlotBinnedDataPtr | binnedColorData () const=0 |
| ABSTRACT METHODS //. | |
| virtual PlotColorPtr | colorForBin (unsigned int bin) const =0 |
| Returns the color to use for the bin at the given index. | |
| virtual void | setColorForBin (unsigned int bin, const PlotColorPtr color)=0 |
| Sets the color to use for the bin at the given index. | |
| virtual casa::ColoredPlot::~ColoredPlot | ( | ) | [inline, virtual] |
| virtual PlotPointDataPtr casa::ColoredPlot::pointData | ( | ) | const [inline, virtual] |
Overrides ScatterPlot::pointData().
Implements casa::ScatterPlot.
Definition at line 450 of file Plot.h.
References binnedColorData().
| virtual PlotBinnedDataPtr casa::ColoredPlot::binnedColorData | ( | ) | const [pure virtual] |
| virtual PlotColorPtr casa::ColoredPlot::colorForBin | ( | unsigned int | bin | ) | const [pure virtual] |
Returns the color to use for the bin at the given index.
The color applies to the symbol fill color.
| virtual void casa::ColoredPlot::setColorForBin | ( | unsigned int | bin, | |
| const PlotColorPtr | color | |||
| ) | [pure virtual] |
Sets the color to use for the bin at the given index.
The color applies to the symbol fill color.
1.5.1