#include <PolarGridlines.h>

Public Member Functions | |
| virtual void | setRadialInterval (double angle)=0 |
| virtual double | getRadialInterval () const =0 |
Protected Member Functions | |
| virtual | ~PolarGridlines () |
This subclass of Subject will notify upon the following conditions:
Definition at line 24 of file PolarGridlines.h.
| virtual PolarGridlines::~PolarGridlines | ( | ) | [protected, virtual] |
A plug-in cannot create this object, it can only retrieve an already existing object by calling PolarPlot::getGridlines().
The polar plot manages its own instance of this object.
Definition at line 55 of file PolarGridlines.h.
| virtual void PolarGridlines::setRadialInterval | ( | double | angle | ) | [pure virtual] |
Sets the angular interval of the lines extending out from the center of the polar plot.
| angle | The angular interval for the lines extending out from the plot center in degrees. The value should be between 0.0 and 360.0. |
| virtual double PolarGridlines::getRadialInterval | ( | ) | const [pure virtual] |
Returns the angular interval of the lines extending out from the center of the polar plot.