casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::PlotShapeRectangle Class Reference

Specialization of PlotShape for a rectangle. More...

#include <PlotShape.h>

Inheritance diagram for casa::PlotShapeRectangle:
casa::PlotShape casa::PlotItem

List of all members.

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.

Detailed Description

Specialization of PlotShape for a rectangle.

Getting/setting coordinates MUST be in the order: [upperLeft, lowerRight].

Definition at line 127 of file PlotShape.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 130 of file PlotShape.h.

virtual casa::PlotShapeRectangle::~PlotShapeRectangle ( ) [inline, virtual]

Destructor.

Definition at line 133 of file PlotShape.h.


Member Function Documentation

virtual void casa::PlotShapeRectangle::setRectCoordinates ( const PlotCoordinate &  upperLeft,
const PlotCoordinate &  lowerRight 
) [pure virtual]

Sets the rectangle coordinates to the given.


The documentation for this class was generated from the following file: