casa
$Rev:20696$
|
Specialization of PlotShape for a rectangle. More...
#include <PlotShape.h>
Public Member Functions | |
PlotShapeRectangle () | |
Constructor. | |
virtual | ~PlotShapeRectangle () |
Destructor. | |
virtual void | setRectCoordinates (const PlotCoordinate &upperLeft, const PlotCoordinate &lowerRight)=0 |
Sets the rectangle coordinates to the given. |
Specialization of PlotShape for a rectangle.
Getting/setting coordinates MUST be in the order: [upperLeft, lowerRight].
Definition at line 127 of file PlotShape.h.
casa::PlotShapeRectangle::PlotShapeRectangle | ( | ) | [inline] |
Constructor.
Definition at line 130 of file PlotShape.h.
virtual casa::PlotShapeRectangle::~PlotShapeRectangle | ( | ) | [inline, virtual] |
Destructor.
Definition at line 133 of file PlotShape.h.
virtual void casa::PlotShapeRectangle::setRectCoordinates | ( | const PlotCoordinate & | upperLeft, |
const PlotCoordinate & | lowerRight | ||
) | [pure virtual] |
Sets the rectangle coordinates to the given.