casa
$Rev:20696$
|
#include <DSPixelPolyLine.h>
Public Member Functions | |
DSPixelPolyLine () | |
DSPixelPolyLine (const Record &settings) | |
DSPixelPolyLine (DSScreenPolyLine &other) | |
DSPixelPolyLine (DSWorldPolyLine &other) | |
virtual | ~DSPixelPolyLine () |
virtual Bool | setOptions (const Record &settings) |
Get and set this shapes options. | |
virtual Record | getOptions () |
Settings. | |
virtual Record | getRawOptions () |
Definition at line 48 of file DSPixelPolyLine.h.
casa::DSPixelPolyLine::DSPixelPolyLine | ( | const Record & | settings | ) |
virtual casa::DSPixelPolyLine::~DSPixelPolyLine | ( | ) | [virtual] |
virtual Record casa::DSPixelPolyLine::getOptions | ( | ) | [virtual] |
virtual Record casa::DSPixelPolyLine::getRawOptions | ( | ) | [inline, virtual] |
Implements casa::DisplayShapeWithCoords.
Definition at line 62 of file DSPixelPolyLine.h.
References getOptions().
virtual Bool casa::DSPixelPolyLine::setOptions | ( | const Record & | newSettings | ) | [virtual] |
Get and set this shapes options.
Reimplemented from casa::DSPolyLine.