PolarGridlines Class Reference

Circular gridlines for a PolarPlot. More...

#include <PolarGridlines.h>

Inheritance diagram for PolarGridlines:

Inheritance graph

List of all members.

Public Member Functions

virtual void setRadialInterval (double angle)=0
virtual double getRadialInterval () const =0

Protected Member Functions

virtual ~PolarGridlines ()


Detailed Description

Circular gridlines for a PolarPlot.

This subclass of Subject will notify upon the following conditions:

See also:
Gridlines

Definition at line 24 of file PolarGridlines.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

virtual void PolarGridlines::setRadialInterval ( double  angle  )  [pure virtual]

Sets the angular interval of the lines extending out from the center of the polar plot.

Parameters:
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.
Subject Notifications:
This method notifies Subject::signalModified() if the given interval is different than the current interval.

virtual double PolarGridlines::getRadialInterval (  )  const [pure virtual]

Returns the angular interval of the lines extending out from the center of the polar plot.

Returns:
The angular interval for the lines extending out from the plot center in degrees. The value ranges from 0.0 to 360.0.


Software Development Kit - Opticks 4.9.0 Build 16218