This class plots point data. More...
#include "../include/DatumPlot.h"
Public Member Functions | |
| int | init () |
| int | setParam (const char *str) |
| int | setColorTable (const char *str) |
| int | setColorFill (const char *str) |
| int | setAttr (const char *str) |
| int | setAttr (PlotAttr &pattr) |
| int | setColor (const char *str) |
| int | setScale (float val) |
| int | setMarker (int type) |
| int | draw (Plot &plot, Datum &data) |
| int | draw (Plot &plot, float rlat, float rlon, int type, const char *data, const char *format) |
| int | draw (Plot &plot, EarthPoint &ept, int type, const char *data, const char *format) |
| int | draw (Plot &plot, float rlat, float rlon, int type, float data, const char *format) |
| int | draw (Plot &plot, EarthPoint &ept, int type, float data, const char *format) |
| int | print () |
This class plots point data.
| int DatumPlot::setColorFill | ( | const char * | str | ) |
Sets the color fill parameters
| str | Color fill string |
References WXP::String::set().
Referenced by setParam().
| int DatumPlot::setColorTable | ( | const char * | str | ) |
Sets the color table parameters
| str | Color table parameter |
References WXP::String::set().
Referenced by setParam().
| int DatumPlot::setParam | ( | const char * | str | ) |
Sets the parameters within the class:
References WXP::Strings::equal(), WXP::Strings::getNum(), WXP::Strings::getString(), WXP::Strings::getStringAfter(), setColorFill(), and setColorTable().
Referenced by WXP::UpaPlot::setParam(), WXP::SfcPlot::setParam(), WXP::RawPlot::setParam(), and WXP::MosPlot::setParam().
1.6.1