| 
    WXP C++ Library Version 6.74.9
    
   | 
 
This class plots cloud symbols. More...
#include "../include/CloudPlot.h"
Static Public Member Functions | |
| static int | draw (Plot &plot, Point pt, float rad, char cover) | 
This class plots cloud symbols.
Draws a cloud cover cover symbol
| plot | Plot to draw to | 
| pt | Position in plot to draw | 
| rad | Radius of cover circle | 
| cover | Type of cloud cover (C,S,B,O,etc) | 
References WXP::Points::add(), WXP::Points::clear(), WXP::Plot::drawFill(), WXP::Plot::drawLine(), WXP::Const::DRC, WXP::Points::getX(), WXP::Points::getY(), WXP::Point::set(), WXP::Plot::setFillStyle(), WXP::Point::x, and WXP::Point::y.
Referenced by WXP::RedbookPlot::draw(), and WXP::DatumPlot::draw().